openstreetmap-website/test/unit/country_test.rb
Tom Hughes ed68d524de Use a local lookup table for country bounding boxes rather than relying
on geonames.org being able to do it in a reasonable time.
2009-05-11 16:50:09 +00:00

8 lines
154 B
Ruby

require 'test_helper'
class CountryTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end