diff options
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 | ||
