Class: AppMap::Cucumber::ProviderBefore4
- Inherits:
-
ProviderStruct
- Object
- Struct
- ProviderStruct
- AppMap::Cucumber::ProviderBefore4
- Defined in:
- lib/appmap/cucumber.rb
Overview
ProviderBefore4 provides scenario name, feature name, and feature group name for Cucumber versions before 4.0.
Instance Attribute Summary
Attributes inherited from ProviderStruct
Instance Method Summary collapse
Methods inherited from ProviderStruct
Instance Method Details
#attributes ⇒ Object
19 20 21 |
# File 'lib/appmap/cucumber.rb', line 19 def attributes ScenarioAttributes.new(scenario.name, scenario.feature.name, feature_group) end |
#feature_path ⇒ Object
23 24 25 |
# File 'lib/appmap/cucumber.rb', line 23 def feature_path scenario.feature.location.to_s end |