Remove custom inflection

#569
This commit is contained in:
Artur Beljajev 2017-09-12 19:33:53 +03:00
parent 4e6d576b67
commit 658bf6dda2
3 changed files with 2 additions and 3 deletions

View file

@ -117,7 +117,7 @@ RSpec.describe 'EPP contact:create' do
Country.new('DE') => proc { false },
}
allow(Contact::Ident::NationalIDValidator).to receive(:country_specific_validations)
allow(Contact::Ident::NationalIdValidator).to receive(:country_specific_validations)
.and_return(country_specific_validations)
end