diff options
author | David Gay <david@davidgay.org> | 2021-04-21 22:30:32 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-04-21 22:30:32 -0400 |
commit | 62a3d19900247fe26d46f140a568b6ce5996b0f4 (patch) | |
tree | b292f5472df886b7fbe021f95ad8037e446c98a8 /test/models | |
parent | 3deaa18cfc4103f0cf6dd6de479f07d0d2db1abf (diff) |
Devise setup and config
Diffstat (limited to 'test/models')
-rw-r--r-- | test/models/user_test.rb | 7 |
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 |