]> git.openstreetmap.org Git - rails.git/blob - test/models/tracepoint_test.rb
Pre-fill directions 'from' field with search query, if any.
[rails.git] / test / models / tracepoint_test.rb
1 require 'test_helper'
2
3 class TracepointTest < ActiveSupport::TestCase
4   api_fixtures
5   
6   def test_tracepoint_count
7     assert_equal 4, Tracepoint.count
8   end
9   
10 end