method
get_type_from_options
rspec latest stable - Class:
Spec::Example::Configuration
get_type_from_options(options)private
No documentation available.
# File lib/spec/example/configuration.rb, line 149
def get_type_from_options(options)
options[:type] || options[:behaviour_type]
end