Enable the Layout/SpaceInsideHashLiteralBraces cop
This commit is contained in:
parent
02ade68b38
commit
b138dcd876
51 changed files with 154 additions and 154 deletions
|
@ -23,7 +23,7 @@ describe FranceConnect::ParticulierController, type: :controller do
|
|||
describe '#callback' do
|
||||
let(:code) { 'plop' }
|
||||
|
||||
subject { get :callback, params: {code: code} }
|
||||
subject { get :callback, params: { code: code } }
|
||||
|
||||
context 'when param code is missing' do
|
||||
let(:code) { nil }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue