1
0
mirror of https://github.com/discourse/discourse.git synced 2025-03-06 03:09:43 +00:00
discourse/spec/fabricators/watched_word_fabricator.rb

7 lines
147 B
Ruby

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