Stub a projects controller and views

This commit is contained in:
Jeffrey Hardy
2024-09-17 11:35:27 -04:00
parent c09a02fa98
commit 5585f74e81
12 changed files with 90 additions and 3 deletions
@@ -0,0 +1,7 @@
require "test_helper"
class ProjectsControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end