method
init_rspec_options
RSpec latest stable (1.3.1)
-
0 notes -
Class: Spec::Extensions::Main
- 1.1.4 (0)
- 1.1.12
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
init_rspec_options(options)
private
Hide source
# File lib/spec/extensions/main.rb, line 95 def init_rspec_options(options) $rspec_options = options if $rspec_options.nil? end