diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-12 17:10:34 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-12 17:10:34 -0400 |
commit | 835af696703484208882a70cc5dd47c5838ecf58 (patch) | |
tree | 8174d5b8c6f2486da56569bad361dd10aa1183f8 /test/fixtures/comments.yml | |
parent | b24e6f58a525fc576e23ef9d498745e64c16cd6c (diff) | |
download | thoughts-835af696703484208882a70cc5dd47c5838ecf58.tar.gz thoughts-835af696703484208882a70cc5dd47c5838ecf58.tar.bz2 thoughts-835af696703484208882a70cc5dd47c5838ecf58.zip |
Added blog post commenting
Diffstat (limited to 'test/fixtures/comments.yml')
-rw-r--r-- | test/fixtures/comments.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/fixtures/comments.yml b/test/fixtures/comments.yml new file mode 100644 index 0000000..1d6475a --- /dev/null +++ b/test/fixtures/comments.yml | |||
@@ -0,0 +1,17 @@ | |||
1 | # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
2 | |||
3 | one: | ||
4 | blog: one | ||
5 | username: MyString | ||
6 | email: MyString | ||
7 | website: MyString | ||
8 | body: MyText | ||
9 | status: MyString | ||
10 | |||
11 | two: | ||
12 | blog: two | ||
13 | username: MyString | ||
14 | email: MyString | ||
15 | website: MyString | ||
16 | body: MyText | ||
17 | status: MyString | ||