diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/beds.yml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/test/fixtures/beds.yml b/test/fixtures/beds.yml index 330db85..d7a3329 100644 --- a/test/fixtures/beds.yml +++ b/test/fixtures/beds.yml @@ -1,7 +1,11 @@ # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html -one: - number: 1 - -two: - number: 1 +# 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 |