9 lines
172 B
Ruby
9 lines
172 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:ngword_history) do
|
|
uri 'https://test.com/'
|
|
target_type 0
|
|
reason 0
|
|
text 'this is an invalid text'
|
|
keyword 'invalid'
|
|
end
|