Sha256: 3ffa4abc7cc61cdf61000102ab5d9f7fb8f95f34be37360910db98b978f64000
Contents?: true
Size: 282 Bytes
Versions: 50
Compression:
Stored size: 282 Bytes
Contents
module Mocha # Used as parameters for Expectation#with to restrict the parameter values which will match the expectation. module ParameterMatchers; end end Dir[File.expand_path(File.join(File.dirname(__FILE__), 'parameter_matchers', "*.rb"))].each { |lib| require lib }
Version data entries
50 entries across 50 versions & 4 rubygems