style check
This commit is contained in:
parent
54f23ed2bd
commit
d3579ba3ee
4 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,7 @@ describe SIADE::EtablissementAdapter do
|
|||
end
|
||||
|
||||
it '#to_params class est une Hash ?' do
|
||||
expect(subject.class).to eq (Hash)
|
||||
expect(subject).to be_a_instance_of(Hash)
|
||||
end
|
||||
|
||||
context 'Attributs Etablissements' do
|
||||
|
@ -80,7 +80,7 @@ describe SIADE::EtablissementAdapter do
|
|||
end
|
||||
|
||||
it 'raises exception RestClient::ResourceNotFound' do
|
||||
expect{subject}.to raise_error (RestClient::ResourceNotFound)
|
||||
expect{subject}.to raise_error(RestClient::ResourceNotFound)
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue