From 88bd4f77db3a4372c118a9faef613615db66bc52 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 22 May 2021 14:32:38 -0400 Subject: Titles --- test/fixtures/title_awards.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/fixtures/title_awards.yml (limited to 'test/fixtures/title_awards.yml') diff --git a/test/fixtures/title_awards.yml b/test/fixtures/title_awards.yml new file mode 100644 index 0000000..d4a8c6f --- /dev/null +++ b/test/fixtures/title_awards.yml @@ -0,0 +1,9 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + title: one + character: one + +two: + title: two + character: two -- cgit v1.2.3