Nested routes and database changes that are required
Basic home screen Model and controller tests coming along
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
require "test_helper"
|
||||
|
||||
class UserTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
test "user must be unique" do
|
||||
# assert flunk
|
||||
end
|
||||
|
||||
test "test_name" do
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user