]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/node_tag_test.rb
Fixing some of the tests, adding the new tests to make sure that you can't edit when...
[rails.git] / test / unit / node_tag_test.rb
index 2ff9f9f00563addb235919c6b25eae0f38f1ae59..bd7d9f6e330daea1656d0e3d21acf83dc0ac1114 100644 (file)
@@ -1,9 +1,7 @@
 require File.dirname(__FILE__) + '/../test_helper'
 
 class NodeTagTest < Test::Unit::TestCase
-  fixtures :current_node_tags, :current_nodes
-  set_fixture_class :current_nodes => Node
-  set_fixture_class :current_node_tags => NodeTag
+  api_fixtures
   
   def test_tag_count
     assert_equal 6, NodeTag.count