Commit dffd5669 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'ce-4813-quickfix' into 'master'

Resolve "spec/ee/spec/services/ee/projects/destroy_service_spec.rb is failing"

See merge request gitlab-org/gitlab-ce!16955
parents 7095c2bf e39031de
...@@ -8,7 +8,7 @@ describe Gitlab::BackgroundMigration::PopulateMergeRequestMetricsWithEventsData, ...@@ -8,7 +8,7 @@ describe Gitlab::BackgroundMigration::PopulateMergeRequestMetricsWithEventsData,
end end
after do after do
[MergeRequest, MergeRequestDiff].each(&:reset_column_information) [Project, MergeRequest, MergeRequestDiff].each(&:reset_column_information)
end end
describe '#perform' do describe '#perform' do
......
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