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
659 660 661 |
# File 'lib/cucumber/parser/feature.rb', line 659 def comment elements[0] end |
#name ⇒ Object
675 676 677 |
# File 'lib/cucumber/parser/feature.rb', line 675 def name elements[5] end |
#scenario_keyword ⇒ Object
671 672 673 |
# File 'lib/cucumber/parser/feature.rb', line 671 def scenario_keyword elements[3] end |
#steps ⇒ Object
683 684 685 |
# File 'lib/cucumber/parser/feature.rb', line 683 def steps elements[7] end |
#tags ⇒ Object
663 664 665 |
# File 'lib/cucumber/parser/feature.rb', line 663 def elements[1] end |
#white ⇒ Object
667 668 669 |
# File 'lib/cucumber/parser/feature.rb', line 667 def white elements[2] end |