change test

This commit is contained in:
Tanguy PATTE 2015-08-20 16:26:07 +02:00
parent 8ee596e152
commit 54f23ed2bd

View file

@ -9,7 +9,7 @@ describe SIADE::EntrepriseAdapter do
end
it '#to_params class est une Hash ?' do
expect(subject.class).to eq (Hash)
expect(subject).to be_an_instance_of(Hash)
end
context 'Attributs Entreprises' do