summaryrefslogtreecommitdiff
path: root/test
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
parent2750f5ad303055a238bf1ab5aa3ff8669d054728 (diff)
Devise setup
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/users.yml11
-rw-r--r--test/models/user_test.rb7
2 files changed, 18 insertions, 0 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml
new file mode 100644
index 0000000..d7a3329
--- /dev/null
+++ b/test/fixtures/users.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+# This model initially had no columns defined. If you add columns to the
+# model remove the "{}" from the fixture names and add the columns immediately
+# below each fixture, per the syntax in the comments below
+#
+one: {}
+# column: value
+#
+two: {}
+# column: value
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