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