Autofix Rubocop Style/TrailingCommaInHashLiteral (#23693)
This commit is contained in:
parent
de4b8224c0
commit
5069769cbe
22 changed files with 61 additions and 89 deletions
|
@ -21,8 +21,8 @@ RSpec.describe Settings::ImportsController, type: :controller do
|
|||
post :create, params: {
|
||||
import: {
|
||||
type: 'following',
|
||||
data: fixture_file_upload('imports.txt')
|
||||
}
|
||||
data: fixture_file_upload('imports.txt'),
|
||||
},
|
||||
}
|
||||
|
||||
expect(response).to redirect_to(settings_import_path)
|
||||
|
@ -34,8 +34,8 @@ RSpec.describe Settings::ImportsController, type: :controller do
|
|||
post :create, params: {
|
||||
import: {
|
||||
type: 'blocking',
|
||||
data: fixture_file_upload('imports.txt')
|
||||
}
|
||||
data: fixture_file_upload('imports.txt'),
|
||||
},
|
||||
}
|
||||
|
||||
expect(response).to redirect_to(settings_import_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue