mastodon/spec/fabricators/tag_fabricator.rb

4 lines
89 B
Ruby
Raw Permalink Normal View History

2016-11-04 19:12:59 +01:00
Fabricator(:tag) do
name { sequence(:hashtag) { |i| "#{Faker::Lorem.word}#{i}" } }
2016-11-04 19:12:59 +01:00
end