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) .to_return(body: 'Fake body', status: 404)
end end
it 'raises exception RestClient::ResourceNotFound' do it { expect(subject).to be_nil }
expect { subject }.to raise_error(RestClient::ResourceNotFound)
end
end end
end end