Fix bug enterprise's date_creation

This commit is contained in:
Xavier J 2016-01-28 11:29:44 +01:00
parent cef48fb03c
commit 68bb4935e7
8 changed files with 30 additions and 20 deletions

View file

@ -50,7 +50,7 @@ describe SIADE::EntrepriseAdapter do
end
it 'L\'entreprise contient bien une date_creation' do
expect(subject[:date_creation]).to eq(891_381_600)
expect(subject[:date_creation]).to eq('Mon, 01 Jan 1900 00:00:00.000000000 +0100')
end
it 'L\'entreprise contient bien un nom' do