2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00
discourse/spec/fabricators/watched_word_fabricator.rb
2017-07-28 10:20:09 +09:00

4 lines
120 B
Ruby

Fabricator(:watched_word) do
word { sequence(:word) { |i| "word#{i}" } }
action { WatchedWord.actions[:block] }
end