From abca18fb533539ea66122918ae7925116ef3b2af Mon Sep 17 00:00:00 2001
From: Rob Murray <robmurray17@gmail.com>
Date: Thu, 22 May 2014 12:23:46 +0100
Subject: [PATCH] Add underscore to separate PostcodeAnywhere version
 identifier on fixtures

---
 ...de_v200_WR26NJ => postcode_anywhere_uk_geocode_v2_00_WR26NJ} | 0
 ...c_error => postcode_anywhere_uk_geocode_v2_00_generic_error} | 0
 ...ed => postcode_anywhere_uk_geocode_v2_00_key_limit_exceeded} | 0
 ...no_results => postcode_anywhere_uk_geocode_v2_00_no_results} | 0
 ...de_v200_romsey => postcode_anywhere_uk_geocode_v2_00_romsey} | 0
 ...known_key => postcode_anywhere_uk_geocode_v2_00_unknown_key} | 0
 test/test_helper.rb                                             | 2 +-
 7 files changed, 1 insertion(+), 1 deletion(-)
 rename test/fixtures/{postcode_anywhere_uk_geocode_v200_WR26NJ => postcode_anywhere_uk_geocode_v2_00_WR26NJ} (100%)
 rename test/fixtures/{postcode_anywhere_uk_geocode_v200_generic_error => postcode_anywhere_uk_geocode_v2_00_generic_error} (100%)
 rename test/fixtures/{postcode_anywhere_uk_geocode_v200_key_limit_exceeded => postcode_anywhere_uk_geocode_v2_00_key_limit_exceeded} (100%)
 rename test/fixtures/{postcode_anywhere_uk_geocode_v200_no_results => postcode_anywhere_uk_geocode_v2_00_no_results} (100%)
 rename test/fixtures/{postcode_anywhere_uk_geocode_v200_romsey => postcode_anywhere_uk_geocode_v2_00_romsey} (100%)
 rename test/fixtures/{postcode_anywhere_uk_geocode_v200_unknown_key => postcode_anywhere_uk_geocode_v2_00_unknown_key} (100%)

diff --git a/test/fixtures/postcode_anywhere_uk_geocode_v200_WR26NJ b/test/fixtures/postcode_anywhere_uk_geocode_v2_00_WR26NJ
similarity index 100%
rename from test/fixtures/postcode_anywhere_uk_geocode_v200_WR26NJ
rename to test/fixtures/postcode_anywhere_uk_geocode_v2_00_WR26NJ
diff --git a/test/fixtures/postcode_anywhere_uk_geocode_v200_generic_error b/test/fixtures/postcode_anywhere_uk_geocode_v2_00_generic_error
similarity index 100%
rename from test/fixtures/postcode_anywhere_uk_geocode_v200_generic_error
rename to test/fixtures/postcode_anywhere_uk_geocode_v2_00_generic_error
diff --git a/test/fixtures/postcode_anywhere_uk_geocode_v200_key_limit_exceeded b/test/fixtures/postcode_anywhere_uk_geocode_v2_00_key_limit_exceeded
similarity index 100%
rename from test/fixtures/postcode_anywhere_uk_geocode_v200_key_limit_exceeded
rename to test/fixtures/postcode_anywhere_uk_geocode_v2_00_key_limit_exceeded
diff --git a/test/fixtures/postcode_anywhere_uk_geocode_v200_no_results b/test/fixtures/postcode_anywhere_uk_geocode_v2_00_no_results
similarity index 100%
rename from test/fixtures/postcode_anywhere_uk_geocode_v200_no_results
rename to test/fixtures/postcode_anywhere_uk_geocode_v2_00_no_results
diff --git a/test/fixtures/postcode_anywhere_uk_geocode_v200_romsey b/test/fixtures/postcode_anywhere_uk_geocode_v2_00_romsey
similarity index 100%
rename from test/fixtures/postcode_anywhere_uk_geocode_v200_romsey
rename to test/fixtures/postcode_anywhere_uk_geocode_v2_00_romsey
diff --git a/test/fixtures/postcode_anywhere_uk_geocode_v200_unknown_key b/test/fixtures/postcode_anywhere_uk_geocode_v2_00_unknown_key
similarity index 100%
rename from test/fixtures/postcode_anywhere_uk_geocode_v200_unknown_key
rename to test/fixtures/postcode_anywhere_uk_geocode_v2_00_unknown_key
diff --git a/test/test_helper.rb b/test/test_helper.rb
index a022a58b..b6a68f76 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -218,7 +218,7 @@ module Geocoder
     class PostcodeAnywhereUk
       private
       def fixture_prefix
-        'postcode_anywhere_uk_geocode_v200'
+        'postcode_anywhere_uk_geocode_v2_00'
       end
 
       def default_fixture_filename
-- 
GitLab