class RSpec::Core::RakeTask

def runner

def runner
  rcov ? rcov_path : 'rspec'
end