Class: Cucumber::Formatter::LegacyApi::Ast::Scenario

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber_characteristics/cucumber_2x_step_patch.rb

Instance Attribute Summary collapse

Instance Attribute Details

#background_stepsObject

Returns the value of attribute background_steps.



29
30
31
# File 'lib/cucumber_characteristics/cucumber_2x_step_patch.rb', line 29

def background_steps
  @background_steps
end

#stepsObject

Returns the value of attribute steps.



29
30
31
# File 'lib/cucumber_characteristics/cucumber_2x_step_patch.rb', line 29

def steps
  @steps
end