X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/34e3e51456774127d43408b7ab65c24f41373f62..93cd40ebd7e2c0f71f13bb0ffaccdc9f8c297f4d:/test/models/relation_member_test.rb diff --git a/test/models/relation_member_test.rb b/test/models/relation_member_test.rb index 8ce0fc81f..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