Sha256: 34441247c4b66a2d638d69c2890e4f9aebc206a752e6214b7d6e9f87a9862f6a
Contents?: true
Size: 296 Bytes
Versions: 2
Compression:
Stored size: 296 Bytes
Contents
require 'matchi/matchers_base' unless defined?(::Matchi::MatchersBase) # Namespace for the Matchi library. module Matchi # Collection of matchers. module Matchers # **Identity** matcher. module Be # The matcher. class Matcher < Equal::Matcher end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
matchi-rspec-0.1.1 | lib/matchi/rspec/be.rb |
matchi-rspec-0.1.0 | lib/matchi/rspec/be.rb |