mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
4 lines
120 B
Ruby
4 lines
120 B
Ruby
Fabricator(:watched_word) do
|
|
word { sequence(:word) { |i| "word#{i}" } }
|
|
action { WatchedWord.actions[:block] }
|
|
end
|