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-06-21 12:10:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-21 12:10:07 +0300
commit3ab7e70965fd198aafefc5c1a0eaf7b695f6cabc (patch)
tree593e1a222df77d6da95ece78f24e995fb95f0fee /spec/migrations
parent38eb51cae9ad5a9ae87d824026362f323c500cb2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/migrations')
-rw-r--r--spec/migrations/20200728080250_replace_unique_index_on_cycle_analytics_stages_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/migrations/20200728080250_replace_unique_index_on_cycle_analytics_stages_spec.rb b/spec/migrations/20200728080250_replace_unique_index_on_cycle_analytics_stages_spec.rb
index 761168ae609..e0e3ebd5ffb 100644
--- a/spec/migrations/20200728080250_replace_unique_index_on_cycle_analytics_stages_spec.rb
+++ b/spec/migrations/20200728080250_replace_unique_index_on_cycle_analytics_stages_spec.rb
@@ -29,6 +29,10 @@ RSpec.describe ReplaceUniqueIndexOnCycleAnalyticsStages, :migration, schema: 202
stage_record
end
+ after do
+ described_class.new.up
+ end
+
it 'removes duplicated stage records' do
subject