about summary refs log tree commit diff stats
path: root/test/fixtures/quotes.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/quotes.yml')
-rw-r--r--test/fixtures/quotes.yml17
1 files changed, 17 insertions, 0 deletions
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 @@
1# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
2
3one:
4 content: MyText
5 state: MyString
6 submitter: MyString
7 notes: MyText
8 upvotes: 1
9 downvotes: 1
10
11two:
12 content: MyText
13 state: MyString
14 submitter: MyString
15 notes: MyText
16 upvotes: 1
17 downvotes: 1