Sha256: 9b96c1e5e465fe670482eb8ff57aa0bf9b6ce337174755d536b410f94ad3607e

Contents?: true

Size: 220 Bytes

Versions: 6

Compression:

Stored size: 220 Bytes

Contents

# frozen_string_literal: true

# A collection of damn simple expectation matchers.
#
# @api public
module Matchi
end

Dir[File.join(File.dirname(__FILE__), "matchi", "*.rb")].each do |fname|
  require_relative fname
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
matchi-3.3.2 lib/matchi.rb
matchi-3.3.0 lib/matchi.rb
matchi-3.2.0 lib/matchi.rb
matchi-3.1.1 lib/matchi.rb
matchi-3.1.0 lib/matchi.rb
matchi-3.0.0 lib/matchi.rb