mastodon/spec/fabricators/article_fabricator.rb

4 lines
63 B
Ruby
Raw Permalink Normal View History

2020-07-24 17:04:16 +02:00
Fabricator(:article) do
title "MyString"
text "MyText"
end