Skip to content
Snippets Groups Projects
Commit 38035083 authored by Alex Reisner's avatar Alex Reisner
Browse files

Test 'postal_code' method, not 'postal'.

parent 4696fa69
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ class GeocoderTest < Test::Unit::TestCase
def test_yahoo_result_components
Geocoder::Configuration.lookup = :yahoo
result = Geocoder.search("Madison Square Garden, New York, NY")
assert_equal "10001", result.postal
assert_equal "10001", result.postal_code
end
def test_yahoo_address_formatting
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment