Merge branch '38872-fix-rspec-flaky-spec' into 'master'

Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener spec

Closes #38872

See merge request gitlab-org/gitlab-ce!14736
This commit is contained in:
Stan Hu 2017-10-06 18:04:21 +00:00
commit 2cf5dca8f8
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ describe RspecFlaky::Listener, :aggregate_failures do
# Stub these env variables otherwise specs don't behave the same on the CI
stub_env('CI_PROJECT_URL', nil)
stub_env('CI_JOB_ID', nil)
stub_env('SUITE_FLAKY_RSPEC_REPORT_PATH', nil)
end
describe '#initialize' do