diff --git a/test/test_helper.rb b/test/test_helper.rb index 2ca3770f..4300e515 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -24,13 +24,13 @@ module ActiveSupport Geocoder.configure lookup: :test Geocoder::Lookup::Test.set_default_stub [{ - 'latitude' => 40.7143528, - 'longitude' => -74.0059731, - 'address' => 'New York, NY, USA', - 'state' => 'New York', - 'state_code' => 'NY', - 'country' => 'United States', - 'country_code' => 'US' + latitude: 40.7143528, + longitude: -74.0059731, + address: 'New York, NY, USA', + state: 'New York', + state_code: 'NY', + country: 'United States', + country_code: 'US' }] end end