Add posts test
This commit is contained in:
parent
0df07c478a
commit
76229c8cc5
17 changed files with 278 additions and 0 deletions
9
test/fixtures/posts.yml
vendored
Normal file
9
test/fixtures/posts.yml
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
title: MyString
|
||||
body: MyText
|
||||
|
||||
two:
|
||||
title: MyString
|
||||
body: MyText
|
||||
Loading…
Add table
Add a link
Reference in a new issue