From f547406262099fb35cf42e1d9af15c1a535f94cc Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Sat, 5 Mar 2011 18:31:05 -0500
Subject: [PATCH] Add extra data now returned by Yahoo.

---
 test/fixtures/yahoo_madison_square_garden.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/test/fixtures/yahoo_madison_square_garden.json b/test/fixtures/yahoo_madison_square_garden.json
index 6ddcc205..6e54b8e7 100644
--- a/test/fixtures/yahoo_madison_square_garden.json
+++ b/test/fixtures/yahoo_madison_square_garden.json
@@ -35,7 +35,12 @@
       "uzip":"10001",
       "hash":"",
       "woeid":23617041,
-      "woetype":20
+      "woetype":20,
+      "cross":"",
+      "timezone":"America/New_York",
+      "neighborhood":"Garment District|Midtown|Midtown West|Manhattan",
+      "areacode":"212",
+      "boundingbox":{"north":"40.750832","south":"40.749931","east":"-73.993393","west":"-73.994591"}
     }]
   }
 }
-- 
GitLab