From 43066124bfe1d5be9c52259a3f58364f67ea06dc Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 19 Oct 2016 11:47:22 +0100 Subject: [PATCH] Remove unused countries fixture. --- test/fixtures/countries.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/fixtures/countries.yml diff --git a/test/fixtures/countries.yml b/test/fixtures/countries.yml deleted file mode 100644 index fec13e296..000000000 --- a/test/fixtures/countries.yml +++ /dev/null @@ -1,15 +0,0 @@ -# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html - -gb: - code: gb - min_lat: 49.9061889648438 - max_lat: 60.8458099365234 - min_lon: -8.62355613708496 - max_lon: 1.75900018215179 - -de: - code: de - min_lat: 47.2757720947266 - max_lat: 55.0556411743164 - min_lon: 5.865638256073 - max_lon: 15.0398902893066 -- 2.39.5