method

rspec_options

rspec_options()
private

No documentation available.

# File lib/spec/extensions/main.rb, line 86
      def rspec_options
        $rspec_options ||= begin; \
          parser = ::Spec::Runner::OptionParser.new(STDERR, STDOUT); \
          parser.order!(ARGV); \
          $rspec_options = parser.options; \
        end
        $rspec_options
      end