class RSpec::Core::RakeTask
def initialize(*args)
def initialize(*args) @name = args.shift || :spec @pattern, @rcov_opts, @ruby_opts = nil, nil, nil @warning, @rcov = false, false @fail_on_error = true yield self if block_given? @pattern ||= './spec/**/*_spec.rb' define end