Use geocoder

This commit is contained in:
Paul Chavard 2020-01-14 19:00:17 +01:00
parent 14295db9ad
commit 4edc7b00cf
6 changed files with 43 additions and 3 deletions

View file

@ -152,6 +152,8 @@ RSpec.configure do |config|
ActionMailer::Base.deliveries.clear
ActiveStorage::Current.host = 'http://test.host'
Geocoder.configure(lookup: :test)
}
RSpec::Matchers.define :have_same_attributes_as do |expected, options|