Sha256: 765855af58c51dfcfda3b3fff751c58459600aa7fcf17cf2a636a58ba6846969

Contents?: true

Size: 1.06 KB

Versions: 37

Compression:

Stored size: 1.06 KB

Contents

module Mocha
  
  # Used as parameters for Expectation#with to restrict the parameter values which will match the expectation. Can be nested.
  module ParameterMatchers; end
  
end

require 'mocha/parameter_matchers/object'

require 'mocha/parameter_matchers/all_of'
require 'mocha/parameter_matchers/any_of'
require 'mocha/parameter_matchers/any_parameters'
require 'mocha/parameter_matchers/anything'
require 'mocha/parameter_matchers/equals'
require 'mocha/parameter_matchers/has_entry'
require 'mocha/parameter_matchers/has_entries'
require 'mocha/parameter_matchers/has_key'
require 'mocha/parameter_matchers/has_value'
require 'mocha/parameter_matchers/includes'
require 'mocha/parameter_matchers/instance_of'
require 'mocha/parameter_matchers/is_a'
require 'mocha/parameter_matchers/kind_of'
require 'mocha/parameter_matchers/not'
require 'mocha/parameter_matchers/optionally'
require 'mocha/parameter_matchers/regexp_matches'
require 'mocha/parameter_matchers/responds_with'
require 'mocha/parameter_matchers/yaml_equivalent'
require 'mocha/parameter_matchers/query_string'

Version data entries

37 entries across 32 versions & 4 rubygems

Version Path
challah-1.0.0.beta vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
challah-0.9.1.beta.3 vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
devise_sociable-0.1.0 vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
challah-0.9.1.beta vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
challah-0.9.0 vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
challah-0.6.2 vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
challah-0.6.1 vendor/bundle/gems/mocha-0.10.3/lib/mocha/parameter_matchers.rb
challah-0.6.1 vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
challah-0.6.0 vendor/bundle/gems/mocha-0.10.3/lib/mocha/parameter_matchers.rb
challah-0.6.0 vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
challah-0.5.4 vendor/bundle/gems/mocha-0.10.3/lib/mocha/parameter_matchers.rb
challah-0.5.4 vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
challah-0.5.3 vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
challah-0.5.3 vendor/bundle/gems/mocha-0.10.3/lib/mocha/parameter_matchers.rb
challah-0.5.2 vendor/bundle/gems/mocha-0.10.3/lib/mocha/parameter_matchers.rb
challah-0.5.2 vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
challah-0.5.1 vendor/bundle/gems/mocha-0.10.5/lib/mocha/parameter_matchers.rb
mocha-0.10.5 lib/mocha/parameter_matchers.rb
challah-0.5.0 vendor/bundle/gems/mocha-0.10.3/lib/mocha/parameter_matchers.rb
mocha-0.10.4 lib/mocha/parameter_matchers.rb