From 414c738d395dc5aa24c8ca28e3ff9ad13ebaf2c8 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Sun, 15 Jun 2014 17:58:41 -0400 Subject: [PATCH] Remove unnecessary method. --- test/test_helper.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 06c1a8b4..b618b65e 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -145,10 +145,6 @@ module Geocoder class Telize private - def fixture_prefix - "telize" - end - def default_fixture_filename "telize_74_200_247_59" end -- GitLab