class CucumberFM::FeatureElement::ScenarioOutline
Constants
- PATTERN
TODO requires more specs and some improvements
Public Instance Methods
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