2019-04-29 19:27:42 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-06-28 15:56:44 -05:00
|
|
|
Fabricator(:watched_word) do
|
2017-07-27 20:20:09 -05:00
|
|
|
word { sequence(:word) { |i| "word#{i}" } }
|
2020-04-22 13:49:53 -05:00
|
|
|
action WatchedWord.actions[:block]
|
2017-06-28 15:56:44 -05:00
|
|
|
end
|