Skip to content

Commit 8c2e844

Browse files
committed
Add another_blog_post fabricator
1 parent a2eb88c commit 8c2e844

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

spec/fabricators/blog_post_fabricator.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
content "Hello, world"
33
title "Title"
44
end
5+
6+
Fabricator(:another_blog_post, from: :blog_post) do
7+
content "World, Hello"
8+
title "Eltit"
9+
end

0 commit comments

Comments
 (0)