Sha256: 91df217506d1a2336a6c3dfbc66de9f0c925751b6c0eb5c8122cea2d7c8a0b8d

Contents?: true

Size: 327 Bytes

Versions: 2

Compression:

Stored size: 327 Bytes

Contents

# frozen_string_literal: true

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.3 lib/matchi/rspec/be.rb
matchi-rspec-0.1.2 lib/matchi/rspec/be.rb