method

get_type_from_options

rspec latest stable - Class: Spec::Runner::Configuration
get_type_from_options(options)
private

No documentation available.

# File lib/spec/runner/configuration.rb, line 184
      def get_type_from_options(options)
        options[:type] || options[:behaviour_type]
      end