method
new
1.2.0 -
Show latest stable
-
0 notes -
Class: Spec::Runner::BehaviourRunner
- 1.1.4
- 1.1.12 (0)
- 1.2.0 (0)
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
new(options)
public
Hide source
# File lib/spec/runner/example_group_runner.rb, line 60 def initialize(options) Kernel.warn "DEPRECATED: The BeheviourRunner class is deprecated and will\nbe removed from rspec-1.2.\n\nUse ExampleGroupRunner instead.\n" super end