method

init_rspec_options

rspec latest stable - Class: Spec::Extensions::Main

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (1.1.4) is shown here.

init_rspec_options(options)
private

No documentation available.

# File lib/spec/extensions/main.rb, line 95
      def init_rspec_options(options)
        $rspec_options = options if $rspec_options.nil?
      end