class CucumberFM::FeatureElement::ScenarioOutline

Constants

PATTERN

TODO requires more specs and some improvements

Public Instance Methods

second_tags_source() click to toggle source
# File lib/cucumber_f_m/feature_element/scenario_outline.rb, line 12
def second_tags_source
  feature.info
end

Private Instance Methods

title_line_pattern() click to toggle source
# File lib/cucumber_f_m/feature_element/scenario_outline.rb, line 18
def title_line_pattern
  /^\s*Scenario Outline:\s.*$/
end