Class: AppMap::Cucumber::ProviderStruct
- Defined in:
- lib/appmap/cucumber.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#scenario ⇒ Object
Returns the value of attribute scenario.
Instance Method Summary collapse
Instance Attribute Details
#scenario ⇒ Object
Returns the value of attribute scenario
13 14 15 |
# File 'lib/appmap/cucumber.rb', line 13 def scenario @scenario end |
Instance Method Details
#feature_group ⇒ Object
14 15 16 17 |
# File 'lib/appmap/cucumber.rb', line 14 def feature_group # e.g. <Cucumber::Core::Ast::Location::Precise: cucumber/api/features/authenticate.feature:1> feature_path.split('/').last.split('.')[0] end |