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-07-21 06:09:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-21 06:09:46 +0300
commita6ebd13ef8a8b95d7b12a442fdb99b03092e98ba (patch)
treeae5c0944b542fc67e7589dd071b1d8c82d5d40a0 /spec/migrations
parentc13bf680779c861d0c77a06217e5e1e4e77dd65e (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_logging_spec.rb (renamed from spec/migrations/re_schedule_latest_pipeline_id_population_spec.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/re_schedule_latest_pipeline_id_population_spec.rb b/spec/migrations/re_schedule_latest_pipeline_id_population_with_logging_spec.rb
index 354a0896ac9..7a5e7c469b3 100644
--- a/spec/migrations/re_schedule_latest_pipeline_id_population_spec.rb
+++ b/spec/migrations/re_schedule_latest_pipeline_id_population_with_logging_spec.rb
@@ -3,7 +3,7 @@
require 'spec_helper'
require_migration!
-RSpec.describe ReScheduleLatestPipelineIdPopulation do
+RSpec.describe ReScheduleLatestPipelineIdPopulationWithLogging do
let(:namespaces) { table(:namespaces) }
let(:pipelines) { table(:ci_pipelines) }
let(:projects) { table(:projects) }