Class: Cucumber::Ast::ScenarioOutline

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber_testrail/reopen_scenario.rb

Instance Method Summary collapse

Instance Method Details

#my_stepsObject



26
27
28
# File 'lib/cucumber_testrail/reopen_scenario.rb', line 26

def my_steps
  @steps ||= @background.step_collection(step_invocations)
end