Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-03 12:15:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-03 12:15:56 +0300
commit42d930072f05883b7b1b0cc060c175912ea942dc (patch)
treeac01c86680503b3378dd3a05208927f41d40a6c0 /spec/migrations
parent139f9c7dc18372bc4cdfaab5f887eae5e3547fa5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/migrations')
-rw-r--r--spec/migrations/re_schedule_latest_pipeline_id_population_with_all_security_related_artifact_types_spec.rb (renamed from spec/migrations/re_schedule_latest_pipeline_id_population_with_logging_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/re_schedule_latest_pipeline_id_population_with_logging_spec.rb b/spec/migrations/re_schedule_latest_pipeline_id_population_with_all_security_related_artifact_types_spec.rb
index 7a5e7c469b3..8a9b993b869 100644
--- a/spec/migrations/re_schedule_latest_pipeline_id_population_with_logging_spec.rb
+++ b/spec/migrations/re_schedule_latest_pipeline_id_population_with_all_security_related_artifact_types_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require_migration!
-RSpec.describe ReScheduleLatestPipelineIdPopulationWithLogging do
+RSpec.describe ReScheduleLatestPipelineIdPopulationWithAllSecurityRelatedArtifactTypes do
let(:namespaces) { table(:namespaces) }
let(:pipelines) { table(:ci_pipelines) }
let(:projects) { table(:projects) }