]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/node_tag_test.rb
Remove the api_fixtures helper
[rails.git] / test / models / node_tag_test.rb
index f1d8750a0efa2cedd077ec000d122b9d426c7105..29eda2bffbd61a6217cd6854a128dca147d90573 100644 (file)
@@ -1,8 +1,6 @@
 require "test_helper"
 
 class NodeTagTest < ActiveSupport::TestCase
-  api_fixtures
-
   def test_length_key_valid
     tag = create(:node_tag)
     (0..255).each do |i|