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
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class DashboardControllerTest < ActionController::TestCase
# test "the truth" do
# assert true
# end
end
View File
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class DashboardHelperTest < ActionView::TestCase
end
View File