From e9bd604216bc009a010138b9347d0d86301e80e7 Mon Sep 17 00:00:00 2001 From: Rob Murray <robmurray17@gmail.com> Date: Thu, 22 May 2014 12:17:34 +0100 Subject: [PATCH] Specify the PostcodeAnywhere Uk default fixture --- test/test_helper.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test_helper.rb b/test/test_helper.rb index c4d018b8..a022a58b 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -220,6 +220,10 @@ module Geocoder def fixture_prefix 'postcode_anywhere_uk_geocode_v200' end + + def default_fixture_filename + "#{fixture_prefix}_romsey" + end end end end -- GitLab