1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-11 13:18:18 +09:00
mastodon/spec/fabricators/rule_fabricator.rb

6 lines
97 B
Ruby
Raw Normal View History

2021-02-22 03:50:12 +09:00
Fabricator(:rule) do
priority 0
deleted_at nil
text { Faker::Lorem.paragraph }
end