Class: Cucumber::Runtime

Inherits:
Object
  • Object
show all
Includes:
InjectableFeatures
Defined in:
lib/test_queue/runner/cucumber.rb

Defined Under Namespace

Modules: InjectableFeatures

Instance Attribute Summary collapse

Method Summary

Methods included from InjectableFeatures

#features

Instance Attribute Details

#features=(value) ⇒ Object (writeonly)

Sets the attribute features

Parameters:

  • value

    the value to set the attribute features to.



38
39
40
# File 'lib/test_queue/runner/cucumber.rb', line 38

def features=(value)
  @features = value
end