@@ -11,9 +11,10 @@ RSpec.describe RspecFlaky::Config, :aggregate_failures do
...
@@ -11,9 +11,10 @@ RSpec.describe RspecFlaky::Config, :aggregate_failures do
beforedo
beforedo
# Stub these env variables otherwise specs don't behave the same on the CI
# Stub these env variables otherwise specs don't behave the same on the CI
stub_env('FLAKY_RSPEC_GENERATE_REPORT',nil)
stub_env('FLAKY_RSPEC_GENERATE_REPORT',nil)
stub_env('SUITE_FLAKY_RSPEC_REPORT_PATH',nil)
stub_env('FLAKY_RSPEC_SUITE_REPORT_PATH',nil)
stub_env('FLAKY_RSPEC_REPORT_PATH',nil)
stub_env('FLAKY_RSPEC_REPORT_PATH',nil)
stub_env('NEW_FLAKY_RSPEC_REPORT_PATH',nil)
stub_env('NEW_FLAKY_RSPEC_REPORT_PATH',nil)
stub_env('SKIPPED_FLAKY_TESTS_REPORT_PATH',nil)
# Ensure the behavior is the same locally and on CI (where Rails is defined since we run this test as part of the whole suite), i.e. Rails isn't defined
# Ensure the behavior is the same locally and on CI (where Rails is defined since we run this test as part of the whole suite), i.e. Rails isn't defined