about summary refs log tree commit diff stats
path: root/test/fixtures/quotes.yml
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 00:25:50 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 00:25:50 -0400
commit96813a5e508a54257ef03be613a704f1f71af53d (patch)
treea50f5c8dc27304a3ca27366b6268a72804727e16 /test/fixtures/quotes.yml
parent2a7a19c93ee0e0d77e4e388d43f36a721c7ab715 (diff)
downloadthoughts-96813a5e508a54257ef03be613a704f1f71af53d.tar.gz
thoughts-96813a5e508a54257ef03be613a704f1f71af53d.tar.bz2
thoughts-96813a5e508a54257ef03be613a704f1f71af53d.zip
Added quotes database
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