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-10-19 03:10:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-10-19 03:10:29 +0300
commit7e1b27cedb9aa52f13f3d4120dac8cdb6cfc0dda (patch)
tree00fadf81a71b6d3e69c3bdbb2103158a6a913cc8 /spec/migrations/20210601073400_fix_total_stage_in_vsa_spec.rb
parent27f5b61b11bd3381662ab89e09492b6afdca57dd (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/migrations/20210601073400_fix_total_stage_in_vsa_spec.rb')
-rw-r--r--spec/migrations/20210601073400_fix_total_stage_in_vsa_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/20210601073400_fix_total_stage_in_vsa_spec.rb b/spec/migrations/20210601073400_fix_total_stage_in_vsa_spec.rb
index 36d85d1f745..fa4b747aaed 100644
--- a/spec/migrations/20210601073400_fix_total_stage_in_vsa_spec.rb
+++ b/spec/migrations/20210601073400_fix_total_stage_in_vsa_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
-require_migration!('fix_total_stage_in_vsa')
+require_migration!
RSpec.describe FixTotalStageInVsa, :migration, schema: 20210518001450 do
let(:namespaces) { table(:namespaces) }