Class: Corundum::RSpecReportTask

Inherits:
RSpecTask
  • Object
show all
Defined in:
lib/corundum/simplecov.rb

Instance Method Summary collapse

Methods inherited from RSpecTask

#default_configuration, #resolve_configuration

Instance Method Details

#command_taskObject



6
7
8
9
10
# File 'lib/corundum/simplecov.rb', line 6

def command_task
  @command_task ||= file task_name do
    decorated(command).must_succeed!
  end
end