Sha256: fddc2a3d7a5c72f0cfb266b0e0039ff7030b435151ff4154fcbf2299128c90b9
Contents?: true
Size: 229 Bytes
Versions: 69
Compression:
Stored size: 229 Bytes
Contents
module WebMock module Matchers # this is a based on RSpec::Mocks::ArgumentMatchers::AnyArgMatcher class AnyArgMatcher def initialize(ignore) end def ==(other) true end end end end
Version data entries
69 entries across 69 versions & 5 rubygems