[#1421] Move departements to DepartementChamp
This commit is contained in:
parent
5b59bce0b6
commit
0239f936d7
6 changed files with 7 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue