diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-21 00:25:50 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-21 00:25:50 -0400 |
commit | 96813a5e508a54257ef03be613a704f1f71af53d (patch) | |
tree | a50f5c8dc27304a3ca27366b6268a72804727e16 /test/fixtures | |
parent | 2a7a19c93ee0e0d77e4e388d43f36a721c7ab715 (diff) | |
download | thoughts-96813a5e508a54257ef03be613a704f1f71af53d.tar.gz thoughts-96813a5e508a54257ef03be613a704f1f71af53d.tar.bz2 thoughts-96813a5e508a54257ef03be613a704f1f71af53d.zip |
Added quotes database
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/quotes.yml | 17 |
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 | |||
3 | one: | ||
4 | content: MyText | ||
5 | state: MyString | ||
6 | submitter: MyString | ||
7 | notes: MyText | ||
8 | upvotes: 1 | ||
9 | downvotes: 1 | ||
10 | |||
11 | two: | ||
12 | content: MyText | ||
13 | state: MyString | ||
14 | submitter: MyString | ||
15 | notes: MyText | ||
16 | upvotes: 1 | ||
17 | downvotes: 1 | ||