X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f2d13c075660efb9582d7fb600bd6798d7a382ca..63a2f1f1b4ce571d2a3048628fa756fcc7aa1cbb:/test/models/relation_member_test.rb diff --git a/test/models/relation_member_test.rb b/test/models/relation_member_test.rb index 82eaa7e58..2c03bc17e 100644 --- a/test/models/relation_member_test.rb +++ b/test/models/relation_member_test.rb @@ -1,8 +1,8 @@ -require 'test_helper' +require "test_helper" class RelationMemberTest < ActiveSupport::TestCase api_fixtures - + def test_relation_member_count assert_equal 9, RelationMember.count end