diff --git a/test/result_test.rb b/test/result_test.rb
index 819976ce364e7b2684cef92a3e6ef0c98b10a421..a62a9e38dc2418ffeaab4ce746eb97e266f89302 100644
--- a/test/result_test.rb
+++ b/test/result_test.rb
@@ -12,16 +12,6 @@ class ResultTest < Test::Unit::TestCase
     end
   end
 
-
-  # Redefine Yandex to work with fixture without city and town
-  class Yandex
-    private
-    def default_fixture_filename
-      "yandex_no_city_and_town"
-    end
-  end
-
-
   def test_yandex_result_without_city_has_not_raises_exception
     Geocoder.configure(:lookup => :yandex)
     set_api_key!(:yandex)