]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/tracepoint_test.rb
Fixing some of the tests, adding the new tests to make sure that you can't edit when...
[rails.git] / test / unit / tracepoint_test.rb
index 5d4100530ebcfef51f93dc1de2bcc65bb9dbc990..80534c2cba32edb0b82d06edd9beb1b1e217f8eb 100644 (file)
@@ -1,8 +1,7 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
 class TracepointTest < Test::Unit::TestCase
-  fixtures :gps_points
-  set_fixture_class :gps_points => Tracepoint
+  api_fixtures
   
   def test_tracepoint_count
     assert_equal 1, Tracepoint.count