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