Skip to content

Deprecate autotest support in 2.99

gitlab-qa-bot requested to merge deprecate_autotest_support into 2-99-maintenance

Created by: JonRowe

This will print a Kernel.warn line after each run of an rspec suite if someone isn't using rspec-autotest

I choose to deprecate this with a naked warn because otherwise I'd have to load parts of rspec-core into the autotest runner, which seemed unnecessary compared to a simple warning...

Merge request reports