diff options
author | Matthew Lemon <y@yulqen.org> | 2024-11-14 17:16:43 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-11-14 17:16:43 +0000 |
commit | 2022831d4960054aef904e27fd2934beb4e3c65e (patch) | |
tree | 77f11b9c629d66b9782d7dc6c77105bb178116d8 /test/fixtures | |
parent | 9292aae8fe1876fe98c90ae0216fb4ea8917b38a (diff) |
Adds category model but not wired up to resource yet
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/categories.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/categories.yml b/test/fixtures/categories.yml new file mode 100644 index 0000000..9074eff --- /dev/null +++ b/test/fixtures/categories.yml @@ -0,0 +1,11 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + name: MyString + colour: MyString + badge_foreground_colour: MyString + +two: + name: MyString + colour: MyString + badge_foreground_colour: MyString |