From 62a3d19900247fe26d46f140a568b6ce5996b0f4 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 21 Apr 2021 22:30:32 -0400 Subject: Devise setup and config --- test/fixtures/users.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/fixtures/users.yml (limited to 'test/fixtures/users.yml') diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml new file mode 100644 index 0000000..5181636 --- /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 -- cgit v1.2.3