X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/98184dfb9cacc74ac5bcb91a41a2d5804b3f4f7d..be0e33862fedbf02e52a9e126cac31dfb5775b43:/test/models/relation_member_test.rb diff --git a/test/models/relation_member_test.rb b/test/models/relation_member_test.rb index 82eaa7e58..170b1977c 100644 --- a/test/models/relation_member_test.rb +++ b/test/models/relation_member_test.rb @@ -1,9 +1,4 @@ -require 'test_helper' +require "test_helper" class RelationMemberTest < ActiveSupport::TestCase - api_fixtures - - def test_relation_member_count - assert_equal 9, RelationMember.count - end end