working login, signup, and logout
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class DashboardControllerTest < ActionController::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Regular → Executable
Executable
+4
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class DashboardHelperTest < ActionView::TestCase
|
||||
end
|
||||
Regular → Executable
Reference in New Issue
Block a user