summaryrefslogtreecommitdiff
path: root/test/models/user_test.rb
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-08-29 06:32:56 -0400
committerDavid Gay <eapoems@riseup.net>2024-08-29 06:33:13 -0400
commitc2f22f1f6633aa4d0fc6f2321c902eb777e69be3 (patch)
tree88bdb29ac6d8bfa5c469a2b2ccdb84361d94c44a /test/models/user_test.rb
parent2750f5ad303055a238bf1ab5aa3ff8669d054728 (diff)
Devise setup
Diffstat (limited to 'test/models/user_test.rb')
-rw-r--r--test/models/user_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/models/user_test.rb b/test/models/user_test.rb
new file mode 100644
index 0000000..5c07f49
--- /dev/null
+++ b/test/models/user_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class UserTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end