Class: Spec::Runner::BehaviourRunner

Inherits:
ExampleGroupRunner show all
Defined in:
lib/spec/runner/example_group_runner.rb

Instance Method Summary collapse

Methods inherited from ExampleGroupRunner

#load_files, #run

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(options)
  Kernel.warn <<-WARNING
DEPRECATED: The BeheviourRunner class is deprecated and will
be removed from rspec-1.2.

Use ExampleGroupRunner instead.
WARNING
  super
end