Remove a duplicated cassette

This commit is contained in:
gregoirenovel 2018-10-15 19:53:11 +02:00
parent 6be26af7db
commit 2a57c093c0
2 changed files with 1 additions and 71 deletions

View file

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