Ensure we set SUITE_FLAKY_RSPEC_REPORT_PATH to nil in RspecFlaky::Listener spec
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
10e3342a06
commit
cf62c96adc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue