Fix Style/WordArray
cop (#27770)
This commit is contained in:
parent
c03bd2a238
commit
ce91d14d48
3 changed files with 2 additions and 4 deletions
|
@ -194,7 +194,7 @@ RSpec.describe Settings::ImportsController do
|
|||
let!(:rows) do
|
||||
[
|
||||
{ 'acct' => 'foo@bar' },
|
||||
{ 'acct' => 'user@bar', 'show_reblogs' => false, 'notify' => true, 'languages' => ['fr', 'de'] },
|
||||
{ 'acct' => 'user@bar', 'show_reblogs' => false, 'notify' => true, 'languages' => %w(fr de) },
|
||||
].map { |data| Fabricate(:bulk_import_row, bulk_import: bulk_import, data: data) }
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue