Revert "Revert "Merge pull request #4552 from tchak/champ-communes""

This reverts commit 4373cb22cb.
This commit is contained in:
Paul Chavard 2020-01-14 18:46:07 +01:00
parent 8dd2ecfd2c
commit 14295db9ad
63 changed files with 260 additions and 1119 deletions

View file

@ -32,12 +32,6 @@ shared_examples 'champ_spec' do
end
end
describe '.departement', vcr: { cassette_name: 'api_geo_departements' } do
subject { Champs::DepartementChamp.departements }
it { expect(subject).to include '99 - Étranger' }
end
context "when type_champ=date" do
let(:type_de_champ) { create(:type_de_champ_date) }
let(:champ) { type_de_champ.champ.create }