Enable the Layout/SpaceBeforeBlockBraces cop
This commit is contained in:
parent
8b0b8162f0
commit
386fbce776
25 changed files with 53 additions and 53 deletions
|
@ -44,7 +44,7 @@ describe Service, type: :model do
|
|||
|
||||
context 'of type_organisme' do
|
||||
it 'should belong to the enum' do
|
||||
expect{ Service.new(params.merge(type_organisme: 'choucroute')) }.to raise_error(ArgumentError)
|
||||
expect { Service.new(params.merge(type_organisme: 'choucroute')) }.to raise_error(ArgumentError)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue