openstreetmap-website/test/unit/trace_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
180 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class TraceTest < ActiveSupport::TestCase
api_fixtures
def test_trace_count
assert_equal 4, Trace.count
end
end