mastodon/spec/fabricators/tag_fabricator.rb

4 lines
89 B
Ruby
Raw Permalink Normal View History

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