From 96813a5e508a54257ef03be613a704f1f71af53d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 21 Oct 2023 00:25:50 -0400 Subject: Added quotes database --- test/fixtures/quotes.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/fixtures/quotes.yml (limited to 'test/fixtures/quotes.yml') diff --git a/test/fixtures/quotes.yml b/test/fixtures/quotes.yml new file mode 100644 index 0000000..761703f --- /dev/null +++ b/test/fixtures/quotes.yml @@ -0,0 +1,17 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + content: MyText + state: MyString + submitter: MyString + notes: MyText + upvotes: 1 + downvotes: 1 + +two: + content: MyText + state: MyString + submitter: MyString + notes: MyText + upvotes: 1 + downvotes: 1 -- cgit 1.4.1