* Change: #591 ホワイトリストのドメイン一覧の保存先・画面変更 * Update account_batch.rb * 表示まわりを改善 * Update dangerous.rake
This commit is contained in:
parent
8c399cefce
commit
ff2860d0df
18 changed files with 211 additions and 49 deletions
5
spec/fabricators/specified_domain_fabricator.rb
Normal file
5
spec/fabricators/specified_domain_fabricator.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:specified_domain) do
|
||||
domain { sequence(:domain) { |i| "example_#{i}.com" } }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue