Method: Suite#parse_feature_scenarios
- Defined in:
- lib/suite.rb
#parse_feature_scenarios ⇒ Object
99 100 101 102 103 |
# File 'lib/suite.rb', line 99 def parse_feature_scenarios features.each do |feature| feature.parse_scenarios end end |