Autofix Rubocop Style/HashSyntax (#23754)
This commit is contained in:
parent
d5a185d721
commit
da3bd913ae
7 changed files with 9 additions and 22 deletions
|
@ -15,7 +15,7 @@ describe Admin::Reports::ActionsController do
|
|||
let(:report) { Fabricate(:report) }
|
||||
|
||||
before do
|
||||
post :preview, params: { report_id: report.id, action => '' }
|
||||
post :preview, params: { :report_id => report.id, action => '' }
|
||||
end
|
||||
|
||||
context 'when the action is "suspend"' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue