Flowdock
method

get_type_from_options

Importance_0
1.1.4 - Show latest stable - 0 notes - Class: Spec::Example::Configuration
get_type_from_options(options) private

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/example/configuration.rb, line 149
      def get_type_from_options(options)
        options[:type] || options[:behaviour_type]
      end
Register or log in to add new notes.