summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-05-31 14:34:47 +0200
committerPeter Kozak <spag@golwen.net>2013-05-31 14:34:47 +0200
commit71216fcf617cf522a1d1a17ec5baba5edd2c542d (patch)
tree2c6bc72d2ef4d2a17614318939b236b82ce72dff /test/unit
parente6885147f4ca9c4c56ae4542196b93a2db995898 (diff)
update geo_ip countries tests
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/geo_ip_country_test.rb7
1 files changed, 7 insertions, 0 deletions
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