diff --git a/test/fixtures/bing_madison_square_garden.json b/test/fixtures/bing_madison_square_garden.json index 363115931f26183eb877d47ab5461295f9b9453e..d24e06e90d41cc6c7db234c841b67907b8ee5284 100644 --- a/test/fixtures/bing_madison_square_garden.json +++ b/test/fixtures/bing_madison_square_garden.json @@ -1,7 +1,7 @@ { "authenticationResultCode":"ValidCredentials", "brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png", - "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", + "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "resourceSets":[ { "estimatedTotal":1, @@ -37,4 +37,4 @@ "statusCode":200, "statusDescription":"OK", "traceId":"55094ee53c8d45e789794014666328cd|CH1M001466|02.00.82.2800|CH1MSNVM001396, CH1MSNVM001370, CH1MSNVM001397" -} \ No newline at end of file +} diff --git a/test/fixtures/bing_no_results.json b/test/fixtures/bing_no_results.json index c42760e355dc786066ba91bb1b903d07a5fe06bd..43135d615292b80f2776dffa35abd04b41400909 100644 --- a/test/fixtures/bing_no_results.json +++ b/test/fixtures/bing_no_results.json @@ -1,7 +1,7 @@ { "authenticationResultCode":"ValidCredentials", "brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png", - "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", + "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "resourceSets":[ { "estimatedTotal":0, @@ -13,4 +13,4 @@ "statusCode":200, "statusDescription":"OK", "traceId":"907b76a307bc49129a489de3d4c992ea|CH1M001463|02.00.82.2800|CH1MSNVM001383, CH1MSNVM001358, CH1MSNVM001397" -} \ No newline at end of file +} diff --git a/test/fixtures/bing_reverse.json b/test/fixtures/bing_reverse.json index 5ea86d06e4a1ce43b0a1944e2b56197a4747077f..443213c238c8cc6caa990463efb4b4db758106fe 100644 --- a/test/fixtures/bing_reverse.json +++ b/test/fixtures/bing_reverse.json @@ -1,7 +1,7 @@ { "authenticationResultCode":"ValidCredentials", "brandLogoUri":"http:\/\/dev.virtualearth.net\/Branding\/logo_powered_by.png", - "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", + "copyright":"Copyright © 2011 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "resourceSets":[ { "estimatedTotal":1, @@ -39,4 +39,4 @@ "statusCode":200, "statusDescription":"OK", "traceId":"27bd5ed659e64ba6970c4144f1d4ea94|CH1M001470|02.00.82.2800|CH1MSNVM001396, CH1MSNVM001374" -} \ No newline at end of file +} diff --git a/test/test_helper.rb b/test/test_helper.rb index d9a1463a876d7ff240c628863717e645e24712c5..bddff7d176abbf73598a09ad78543c5605415a6a 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -119,7 +119,7 @@ module Geocoder read_fixture "freegeoip_74_200_247_59.json" end end - + class Bing < Base private #----------------------------------------------------------------- def fetch_raw_data(query, reverse = false) @@ -135,7 +135,7 @@ module Geocoder end end end - + end end