From 2022831d4960054aef904e27fd2934beb4e3c65e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 14 Nov 2024 17:16:43 +0000 Subject: Adds category model but not wired up to resource yet --- test/fixtures/categories.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/fixtures/categories.yml (limited to 'test/fixtures') 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 -- cgit v1.2.3