Jez Caudle b76375d086 Nested routes and database changes that are required
Basic home screen
Model and controller tests coming along
2023-06-21 07:08:25 +01:00

12 lines
155 B
Ruby

require "test_helper"
class UserTest < ActiveSupport::TestCase
test "user must be unique" do
# assert flunk
end
test "test_name" do
end
end