summaryrefslogtreecommitdiff
path: root/test/fixtures/users.yml
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-08-29 06:38:57 -0400
committerDavid Gay <eapoems@riseup.net>2024-08-29 06:38:57 -0400
commitad8954f8c5298735559642b250d733da8eed3779 (patch)
tree4fa5e09a85e37f05def69c799ecff2a8d26b7b9e /test/fixtures/users.yml
parent8cb5f627d6f7f2380b9aff36fa50739b73cc9ad6 (diff)
Users fixture
Diffstat (limited to 'test/fixtures/users.yml')
-rw-r--r--test/fixtures/users.yml15
1 files changed, 4 insertions, 11 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml
index d7a3329..f4928d7 100644
--- a/test/fixtures/users.yml
+++ b/test/fixtures/users.yml
@@ -1,11 +1,4 @@
-# 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
+one:
+ email: "userone@example.com"
+two:
+ email: "usertwo@example.com"