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

Rename test for accuracy.

parent 2ff50cc1
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ class LookupTest < Test::Unit::TestCase ...@@ -31,7 +31,7 @@ class LookupTest < Test::Unit::TestCase
end end
end end
def test_warns_about_invalid_key def test_returns_empty_array_on_invalid_key
# keep test output clean: suppress timeout warning # keep test output clean: suppress timeout warning
orig = $VERBOSE; $VERBOSE = nil orig = $VERBOSE; $VERBOSE = nil
#Geocoder::Lookup.all_services_except_test.each do |l| #Geocoder::Lookup.all_services_except_test.each do |l|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment