0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/spec/fabricators/watched_word_fabricator.rb

6 lines
147 B
Ruby
Vendored

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