diff options
Diffstat (limited to 'test/fixtures/blogs.yml')
| -rw-r--r-- | test/fixtures/blogs.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/fixtures/blogs.yml b/test/fixtures/blogs.yml new file mode 100644 index 0000000..3dc1deb --- /dev/null +++ b/test/fixtures/blogs.yml @@ -0,0 +1,17 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + name: MyString + category: MyString + content: MyText + image: MyString + live_date: 2024-04-08 + update_date: 2024-04-08 + +two: + name: MyString + category: MyString + content: MyText + image: MyString + live_date: 2024-04-08 + update_date: 2024-04-08 |
