Module: Cucumber::Parser::Feature::Scenario0
- Defined in:
- lib/cucumber/parser/feature.rb
Instance Method Summary collapse
- #comment ⇒ Object
- #name ⇒ Object
- #scenario_keyword ⇒ Object
- #steps ⇒ Object
- #tags ⇒ Object
- #white ⇒ Object
Instance Method Details
#comment ⇒ Object
636 637 638 |
# File 'lib/cucumber/parser/feature.rb', line 636 def comment elements[0] end |
#name ⇒ Object
652 653 654 |
# File 'lib/cucumber/parser/feature.rb', line 652 def name elements[5] end |
#scenario_keyword ⇒ Object
648 649 650 |
# File 'lib/cucumber/parser/feature.rb', line 648 def scenario_keyword elements[3] end |
#steps ⇒ Object
660 661 662 |
# File 'lib/cucumber/parser/feature.rb', line 660 def steps elements[7] end |
#tags ⇒ Object
640 641 642 |
# File 'lib/cucumber/parser/feature.rb', line 640 def elements[1] end |
#white ⇒ Object
644 645 646 |
# File 'lib/cucumber/parser/feature.rb', line 644 def white elements[2] end |