]> git.openstreetmap.org Git - rails.git/commit
Use implicit style for associations with factory overrides
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Sep 2023 09:20:23 +0000 (10:20 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 6 Sep 2023 09:20:23 +0000 (10:20 +0100)
commitcb4f99fef27bfe2269f688fd4d0a3f8ee0149de4
treefbfd7059f3c47e90419428dec0082403a06152c0
parent8aba3c4ec4b878eba0de4bfb9f2f7bea597dd607
Use implicit style for associations with factory overrides

This matches our usage of implicit style for associations generally,
e.g. `user`.
15 files changed:
.rubocop.yml
test/factories/changeset_comments.rb
test/factories/friendships.rb
test/factories/issues.rb
test/factories/messages.rb
test/factories/oauth_access_grant.rb
test/factories/oauth_access_token.rb
test/factories/oauth_applications.rb
test/factories/old_node.rb
test/factories/old_relation.rb
test/factories/old_relation_member.rb
test/factories/old_way.rb
test/factories/relation_member.rb
test/factories/user_blocks.rb
test/factories/user_role.rb