From 53b83b19bb11cbe78718266d72d9b9c0ea98ddd9 Mon Sep 17 00:00:00 2001 From: Pablo Brasero Date: Wed, 10 Dec 2025 14:47:09 +0000 Subject: [PATCH] Ensure all factory files named in the plural --- test/factories/{issue_comment.rb => issue_comments.rb} | 0 test/factories/{node.rb => nodes.rb} | 0 test/factories/{oauth_access_grant.rb => oauth_access_grants.rb} | 0 test/factories/{oauth_access_token.rb => oauth_access_tokens.rb} | 0 test/factories/{old_node.rb => old_nodes.rb} | 0 .../factories/{old_relation_member.rb => old_relation_members.rb} | 0 test/factories/{old_relation.rb => old_relations.rb} | 0 test/factories/{old_way_node.rb => old_way_nodes.rb} | 0 test/factories/{old_way.rb => old_ways.rb} | 0 test/factories/{redaction.rb => redactions.rb} | 0 test/factories/{relation_member.rb => relation_members.rb} | 0 test/factories/{relation.rb => relations.rb} | 0 test/factories/{social_link.rb => social_links.rb} | 0 test/factories/{spammy_phrase.rb => spammy_phrases.rb} | 0 test/factories/{user_mute.rb => user_mutes.rb} | 0 test/factories/{user_role.rb => user_roles.rb} | 0 test/factories/{user.rb => users.rb} | 0 test/factories/{way_node.rb => way_nodes.rb} | 0 test/factories/{way.rb => ways.rb} | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename test/factories/{issue_comment.rb => issue_comments.rb} (100%) rename test/factories/{node.rb => nodes.rb} (100%) rename test/factories/{oauth_access_grant.rb => oauth_access_grants.rb} (100%) rename test/factories/{oauth_access_token.rb => oauth_access_tokens.rb} (100%) rename test/factories/{old_node.rb => old_nodes.rb} (100%) rename test/factories/{old_relation_member.rb => old_relation_members.rb} (100%) rename test/factories/{old_relation.rb => old_relations.rb} (100%) rename test/factories/{old_way_node.rb => old_way_nodes.rb} (100%) rename test/factories/{old_way.rb => old_ways.rb} (100%) rename test/factories/{redaction.rb => redactions.rb} (100%) rename test/factories/{relation_member.rb => relation_members.rb} (100%) rename test/factories/{relation.rb => relations.rb} (100%) rename test/factories/{social_link.rb => social_links.rb} (100%) rename test/factories/{spammy_phrase.rb => spammy_phrases.rb} (100%) rename test/factories/{user_mute.rb => user_mutes.rb} (100%) rename test/factories/{user_role.rb => user_roles.rb} (100%) rename test/factories/{user.rb => users.rb} (100%) rename test/factories/{way_node.rb => way_nodes.rb} (100%) rename test/factories/{way.rb => ways.rb} (100%) diff --git a/test/factories/issue_comment.rb b/test/factories/issue_comments.rb similarity index 100% rename from test/factories/issue_comment.rb rename to test/factories/issue_comments.rb diff --git a/test/factories/node.rb b/test/factories/nodes.rb similarity index 100% rename from test/factories/node.rb rename to test/factories/nodes.rb diff --git a/test/factories/oauth_access_grant.rb b/test/factories/oauth_access_grants.rb similarity index 100% rename from test/factories/oauth_access_grant.rb rename to test/factories/oauth_access_grants.rb diff --git a/test/factories/oauth_access_token.rb b/test/factories/oauth_access_tokens.rb similarity index 100% rename from test/factories/oauth_access_token.rb rename to test/factories/oauth_access_tokens.rb diff --git a/test/factories/old_node.rb b/test/factories/old_nodes.rb similarity index 100% rename from test/factories/old_node.rb rename to test/factories/old_nodes.rb diff --git a/test/factories/old_relation_member.rb b/test/factories/old_relation_members.rb similarity index 100% rename from test/factories/old_relation_member.rb rename to test/factories/old_relation_members.rb diff --git a/test/factories/old_relation.rb b/test/factories/old_relations.rb similarity index 100% rename from test/factories/old_relation.rb rename to test/factories/old_relations.rb diff --git a/test/factories/old_way_node.rb b/test/factories/old_way_nodes.rb similarity index 100% rename from test/factories/old_way_node.rb rename to test/factories/old_way_nodes.rb diff --git a/test/factories/old_way.rb b/test/factories/old_ways.rb similarity index 100% rename from test/factories/old_way.rb rename to test/factories/old_ways.rb diff --git a/test/factories/redaction.rb b/test/factories/redactions.rb similarity index 100% rename from test/factories/redaction.rb rename to test/factories/redactions.rb diff --git a/test/factories/relation_member.rb b/test/factories/relation_members.rb similarity index 100% rename from test/factories/relation_member.rb rename to test/factories/relation_members.rb diff --git a/test/factories/relation.rb b/test/factories/relations.rb similarity index 100% rename from test/factories/relation.rb rename to test/factories/relations.rb diff --git a/test/factories/social_link.rb b/test/factories/social_links.rb similarity index 100% rename from test/factories/social_link.rb rename to test/factories/social_links.rb diff --git a/test/factories/spammy_phrase.rb b/test/factories/spammy_phrases.rb similarity index 100% rename from test/factories/spammy_phrase.rb rename to test/factories/spammy_phrases.rb diff --git a/test/factories/user_mute.rb b/test/factories/user_mutes.rb similarity index 100% rename from test/factories/user_mute.rb rename to test/factories/user_mutes.rb diff --git a/test/factories/user_role.rb b/test/factories/user_roles.rb similarity index 100% rename from test/factories/user_role.rb rename to test/factories/user_roles.rb diff --git a/test/factories/user.rb b/test/factories/users.rb similarity index 100% rename from test/factories/user.rb rename to test/factories/users.rb diff --git a/test/factories/way_node.rb b/test/factories/way_nodes.rb similarity index 100% rename from test/factories/way_node.rb rename to test/factories/way_nodes.rb diff --git a/test/factories/way.rb b/test/factories/ways.rb similarity index 100% rename from test/factories/way.rb rename to test/factories/ways.rb -- 2.39.5