1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-24 22:45:27 +00:00
mastodon/spec/fabricators/preview_card_fabricator.rb

5 lines
91 B
Ruby

Fabricator(:preview_card) do
status_id 1
url "MyString"
html "MyText"
end