X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/084ae0f19109766a7eea248f1d308e24eda1578c..33ea119c8f520a7e679e38b569c202976907a501:/test/models/old_way_test.rb diff --git a/test/models/old_way_test.rb b/test/models/old_way_test.rb index 16b5d3363..c8f4a4480 100644 --- a/test/models/old_way_test.rb +++ b/test/models/old_way_test.rb @@ -1,8 +1,6 @@ require "test_helper" class OldWayTest < ActiveSupport::TestCase - api_fixtures - def test_old_nodes old_way_v1 = create(:old_way, :version => 1) old_way_v2 = create(:old_way, :current_way => old_way_v1.current_way, :version => 2)