diff --git a/test/lookup_test.rb b/test/lookup_test.rb index aa8ea2fdcbb45edcfe381ac262866e83656758b3..416662ac21866c68ba499f8feb6c1814b05b7f4c 100644 --- a/test/lookup_test.rb +++ b/test/lookup_test.rb @@ -35,7 +35,7 @@ class LookupTest < Test::Unit::TestCase # keep test output clean: suppress timeout warning orig = $VERBOSE; $VERBOSE = nil #Geocoder::Lookup.all_services_except_test.each do |l| - [:yahoo, :yandex, :maxmind].each do |l| + [:bing, :yahoo, :yandex, :maxmind].each do |l| Geocoder.configure(:lookup => l) set_api_key!(l) assert_equal [], Geocoder.search("invalid key")