working login, signup, and logout

This commit is contained in:
Ken Johnson
2013-04-25 00:19:00 -04:00
parent 0154fecb0a
commit 47ce08bb20
20 changed files with 74 additions and 17 deletions
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class DashboardHelperTest < ActionView::TestCase
end
View File