Merge pull request #5880 from betagouv/fix-tests-warnings
Tests : correction d'un avertissement Rspec sur l'assertion des exceptions (#5880)
This commit is contained in:
commit
73f61bae2d
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ describe ProcedureExportService do
|
|||
end
|
||||
|
||||
it 'should have valid sheet name' do
|
||||
expect { subject }.not_to raise_error(ArgumentError)
|
||||
expect { subject }.not_to raise_error
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue