openstreetmap-website/test/unit/tracepoint_test.rb
Tom Hughes 565171486f Add extra visibility options for GPS traces, and enhance the API call
that returns trace data to return more information if the owner of the
trace has allowed it. Based on a patch from Matt Amos.
2009-08-13 17:06:11 +00:00

10 lines
195 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class TracepointTest < ActiveSupport::TestCase
api_fixtures
def test_tracepoint_count
assert_equal 4, Tracepoint.count
end
end