From 07a08327f8b7b7a60554df6a1eb39fd9c416348c Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Fri, 21 Dec 2012 15:59:06 -0500
Subject: [PATCH] Rename test for accuracy.

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

diff --git a/test/lookup_test.rb b/test/lookup_test.rb
index 190f638a..aa8ea2fd 100644
--- a/test/lookup_test.rb
+++ b/test/lookup_test.rb
@@ -31,7 +31,7 @@ class LookupTest < Test::Unit::TestCase
     end
   end
 
-  def test_warns_about_invalid_key
+  def test_returns_empty_array_on_invalid_key
     # keep test output clean: suppress timeout warning
     orig = $VERBOSE; $VERBOSE = nil
     #Geocoder::Lookup.all_services_except_test.each do |l|
-- 
GitLab