Sha256: 20987d79f99d1189b0996ded5bd49894e9eaf5d5d1b921af52df664c1bff2eef

Contents?: true

Size: 256 Bytes

Versions: 2

Compression:

Stored size: 256 Bytes

Contents

# frozen_string_literal: true

# Namespace for the Matchi library.
module Matchi
  # Collection of matchers.
  module Matchers
    # **Equivalence** matcher.
    module Eq
      # The matcher.
      class Matcher < Eql::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/eq.rb
matchi-rspec-0.1.2 lib/matchi/rspec/eq.rb