class RSpec::Core::Bisect::Runner

def run_command(cmd)

def run_command(cmd)
  Open3.capture2e(bisect_environment_hash, cmd).first
end