]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/country_test.rb
Use a local lookup table for country bounding boxes rather than relying
[rails.git] / test / unit / country_test.rb
diff --git a/test/unit/country_test.rb b/test/unit/country_test.rb
new file mode 100644 (file)
index 0000000..2adc947
--- /dev/null
@@ -0,0 +1,8 @@
+require 'test_helper'
+
+class CountryTest < ActiveSupport::TestCase
+  # Replace this with your real tests.
+  test "the truth" do
+    assert true
+  end
+end