Class: TurnipFormatter::Resource::Scenario::Pass

Inherits:
Base
  • Object
show all
Defined in:
lib/turnip_formatter/resource/scenario/pass.rb

Instance Attribute Summary

Attributes inherited from Base

#example

Instance Method Summary collapse

Methods inherited from Base

#backgrounds, #feature, #feature_info, #id, #initialize, #run_time, #status, #steps, #tags

Constructor Details

This class inherits a constructor from TurnipFormatter::Resource::Scenario::Base

Instance Method Details

#mark_statusObject



7
8
9
10
11
# File 'lib/turnip_formatter/resource/scenario/pass.rb', line 7

def mark_status
  @steps.each do |step|
    step.mark_as_executed
  end
end