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