Hash array formatting
This commit is contained in:
parent
88c4220332
commit
90570a2b33
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user