[#1421] Move departements to DepartementChamp

This commit is contained in:
Frederic Merizen 2018-06-15 14:36:48 +02:00 committed by Pierre de La Morinerie
parent 5b59bce0b6
commit 0239f936d7
6 changed files with 7 additions and 8 deletions

View file

@ -27,7 +27,7 @@ shared_examples 'champ_spec' do
end
describe '.departement', vcr: { cassette_name: 'call_geo_api_departements' } do
subject { Champ.departements }
subject { Champs::DepartementChamp.departements }
it { expect(subject).to include '99 - Étranger' }
end