Sha256: afcd6b0b3202c32aa0ae2aeaefb90eec518160a620b23eb9e5997ec73f678056

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

require_relative File.join 'support', 'coverage'
require_relative File.join '..', 'lib', 'matchi'

# It is expected to be true
fail unless Matchi.fetch(:Equal, :foo).matches? { :foo }

# It is expected to be false
fail if Matchi.fetch(:Equal, :foo).matches? { :bar }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
matchi-0.0.6 test/test_equal.rb