This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/spec/fabricators/tag_fabricator.rb

4 lines
89 B
Ruby
Raw 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