class RSpec::Core::Bisect::ShellCommand

def bisect_environment_hash

def bisect_environment_hash
  if ENV.key?('SPEC_OPTS')
    { 'SPEC_OPTS' => spec_opts_without_bisect }
  else
    {}
  end
end