class RSpec::Core::RakeTask

def rcov_path=(path)

def rcov_path=(path)
  deprecate("RSpec::Core::RakeTask#rcov_path=")
  @rcov_path = path
end