diff options
author | Marius Peter <marius.peter@tutanota.com> | 2025-08-29 14:22:37 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2025-08-29 14:22:37 +0200 |
commit | 075665c588989ed0decdfb20d83f32b33eed4639 (patch) | |
tree | d9ec78be7338bd51c895b7fb311f081a7c77c45f /test/fixtures/beds.yml | |
parent | 52b044d6a4278c229992404ad5801769c2d13363 (diff) |
Properly implement bed and raft management logic.
Diffstat (limited to 'test/fixtures/beds.yml')
-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 |