remove empty line

This commit is contained in:
Mathieu Magnin 2017-05-11 18:15:53 +02:00
parent 05d7c96f5e
commit 459c2afe33

View file

@ -188,7 +188,6 @@ describe Backoffice::DossiersController, type: :controller do
end
it 'returns nothing' do
expect(assigns(:dossiers).count).to eq(0)
end
end