summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-31 01:08:38 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-31 01:08:48 -0400
commit42fe786575815d744521a4aebce40ecaebadf6e4 (patch)
treee413874e3eb65956162ded7b439b9e572a16b3f4 /test
parentbe7a98c94265b9b82024dd626f28dae4c572c0cd (diff)
Users#show
Diffstat (limited to 'test')
-rw-r--r--test/controllers/users_controller_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/controllers/users_controller_test.rb b/test/controllers/users_controller_test.rb
new file mode 100644
index 0000000..61c1532
--- /dev/null
+++ b/test/controllers/users_controller_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class UsersControllerTest < ActionDispatch::IntegrationTest
+ # test "the truth" do
+ # assert true
+ # end
+end