From 71216fcf617cf522a1d1a17ec5baba5edd2c542d Mon Sep 17 00:00:00 2001 From: Peter Kozak Date: Fri, 31 May 2013 14:34:47 +0200 Subject: update geo_ip countries tests --- test/unit/geo_ip_country_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/unit/geo_ip_country_test.rb (limited to 'test/unit/geo_ip_country_test.rb') diff --git a/test/unit/geo_ip_country_test.rb b/test/unit/geo_ip_country_test.rb new file mode 100644 index 0000000..05d7893 --- /dev/null +++ b/test/unit/geo_ip_country_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class GeoIpCountryTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end -- cgit v1.2.3