class RSpec::Core::RakeTask

def with_clean_environment=(_value)

:nocov:
Run RSpec with a clean (empty) environment is not supported
def with_clean_environment=(_value)
  raise ArgumentError, "Running in a clean environment is not supported on Ruby versions before 1.9.0"
end