From a1ba37575b2e6576bc9448e790608dcd663f5cf6 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Tue, 16 Apr 2013 19:55:34 -0400 Subject: [PATCH] Remove unnecessary fixture_prefix method. --- test/test_helper.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index e9bf6888..b74017d4 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -112,13 +112,6 @@ module Geocoder end end - class Esri - private - def fixture_prefix - "esri" - end - end - class GooglePremier private def fixture_prefix -- GitLab