summaryrefslogtreecommitdiff
path: root/spec/factories/go_module_commits.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-10-20 09:40:42 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-20 09:40:42 +0000
commitee664acb356f8123f4f6b00b73c1e1cf0866c7fb (patch)
treef8479f94a28f66654c6a4f6fb99bad6b4e86a40e /spec/factories/go_module_commits.rb
parent62f7d5c5b69180e82ae8196b7b429eeffc8e7b4f (diff)
downloadgitlab-ce-ee664acb356f8123f4f6b00b73c1e1cf0866c7fb.tar.gz
Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42
Diffstat (limited to 'spec/factories/go_module_commits.rb')
-rw-r--r--spec/factories/go_module_commits.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/factories/go_module_commits.rb b/spec/factories/go_module_commits.rb
index 4f86d38954c..44f4ce9ea31 100644
--- a/spec/factories/go_module_commits.rb
+++ b/spec/factories/go_module_commits.rb
@@ -7,12 +7,12 @@ FactoryBot.define do
transient do
files { { 'foo.txt' => 'content' } }
message { 'Message' }
- # rubocop: disable FactoryBot/InlineAssociation
+ # rubocop: disable RSpec/FactoryBot/InlineAssociation
# We need a persisted project so we can create commits and tags
# in `commit` otherwise linting this factory with `build` strategy
# will fail.
project { create(:project, :repository) }
- # rubocop: enable FactoryBot/InlineAssociation
+ # rubocop: enable RSpec/FactoryBot/InlineAssociation
service do
Files::MultiService.new(