Class: Spec::Runner::BehaviourRunner
- Inherits:
-
ExampleGroupRunner
- Object
- ExampleGroupRunner
- Spec::Runner::BehaviourRunner
- Defined in:
- lib/spec/runner/example_group_runner.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ BehaviourRunner
constructor
A new instance of BehaviourRunner.
Methods inherited from ExampleGroupRunner
Constructor Details
#initialize(options) ⇒ BehaviourRunner
Returns a new instance of BehaviourRunner.
60 61 62 63 64 65 66 67 68 |
# File 'lib/spec/runner/example_group_runner.rb', line 60 def initialize() Kernel.warn <<-WARNING DEPRECATED: The BeheviourRunner class is deprecated and will be removed from rspec-1.2. Use ExampleGroupRunner instead. WARNING super end |