]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/relation_tag_test.rb
Avoid using or comparing explicit model ids
[rails.git] / test / models / relation_tag_test.rb
index f221f78cc9fac44c112b82f03f904e8503104e17..3b4d2cdfcbcd5e0fc400a7ff74c745ae56c03db5 100644 (file)
@@ -1,8 +1,6 @@
 require "test_helper"
 
 class RelationTagTest < ActiveSupport::TestCase
-  api_fixtures
-
   def test_length_key_valid
     tag = create(:relation_tag)
     (0..255).each do |i|