mastodon/spec/fabricators/article_fabricator.rb

4 lines
63 B
Ruby

Fabricator(:article) do
title "MyString"
text "MyText"
end