* Add: #581 NGワード検出履歴を定期的に削除する処理 * マイグレーションコードを修正
This commit is contained in:
parent
aec832e257
commit
b2acc7dbb8
6 changed files with 26 additions and 1 deletions
9
spec/fabricators/ngword_history_fabricator.rb
Normal file
9
spec/fabricators/ngword_history_fabricator.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue