Class: Cucumber::Runtime
- Inherits:
-
Object
- Object
- Cucumber::Runtime
- Includes:
- InjectableFeatures
- Defined in:
- lib/test_queue/runner/cucumber.rb
Defined Under Namespace
Modules: InjectableFeatures
Instance Attribute Summary collapse
-
#features ⇒ Object
writeonly
Sets the attribute features.
Method Summary
Methods included from InjectableFeatures
Instance Attribute Details
#features=(value) ⇒ Object (writeonly)
Sets the attribute features
41 42 43 |
# File 'lib/test_queue/runner/cucumber.rb', line 41 def features=(value) @features = value end |