Fix a test due to the move to Postgresql
double precision’s length is 15 digits
This commit is contained in:
parent
aef804a988
commit
30d1d87277
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ shared_examples 'carte_controller_spec' do
|
|||
subject { Cadastre.last }
|
||||
|
||||
it { expect(subject.surface_intersection).to eq('0.0006') }
|
||||
it { expect(subject.surface_parcelle).to eq(11252.692583090324) }
|
||||
it { expect(subject.surface_parcelle).to eq(11252.6925830903) }
|
||||
it { expect(subject.numero).to eq('0013') }
|
||||
it { expect(subject.feuille).to eq(1) }
|
||||
it { expect(subject.section).to eq('CD') }
|
||||
|
|
Loading…
Reference in a new issue