class Cucumber::Ast::ScenarioOutline

Public Instance Methods

my_steps() click to toggle source
# File lib/cucumber_testrail/reopen_scenario.rb, line 26
def my_steps
  @steps ||= @background.step_collection(step_invocations)
end