This commit is contained in:
Xavier J 2016-09-16 17:18:29 +02:00
parent bd89688346
commit 5fb678e53b

View file

@ -77,8 +77,6 @@ describe SIADE::EtablissementAdapter do
.to_return(body: 'Fake body', status: 404)
end
it 'raises exception RestClient::ResourceNotFound' do
expect { subject }.to raise_error(RestClient::ResourceNotFound)
end
it { expect(subject).to be_nil }
end
end