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
646 647 648 |
# File 'lib/cucumber/parser/feature.rb', line 646 def comment elements[0] end |
#name ⇒ Object
662 663 664 |
# File 'lib/cucumber/parser/feature.rb', line 662 def name elements[5] end |
#scenario_keyword ⇒ Object
658 659 660 |
# File 'lib/cucumber/parser/feature.rb', line 658 def scenario_keyword elements[3] end |
#steps ⇒ Object
670 671 672 |
# File 'lib/cucumber/parser/feature.rb', line 670 def steps elements[7] end |
#tags ⇒ Object
650 651 652 |
# File 'lib/cucumber/parser/feature.rb', line 650 def elements[1] end |
#white ⇒ Object
654 655 656 |
# File 'lib/cucumber/parser/feature.rb', line 654 def white elements[2] end |