Commit f4aec663 authored by Tiger Watson's avatar Tiger Watson

Merge branch 'ensure_db_is_migrated_after_testing_down' into 'master'

Ensure DB migration is run after testing down

See merge request gitlab-org/gitlab!64476
parents 4f910dbd 82f76757
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment