From 3803508303ab8936b6b91fb6498e1b23274e1c1e Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Tue, 15 Mar 2011 00:57:50 -0400
Subject: [PATCH] Test 'postal_code' method, not 'postal'.

---
 test/geocoder_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/geocoder_test.rb b/test/geocoder_test.rb
index a75232f1..9c54766f 100644
--- a/test/geocoder_test.rb
+++ b/test/geocoder_test.rb
@@ -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
-- 
GitLab