Project

matchi-fix

0.0
Low commit activity in last 3 years
No release in over a year
A Fix specing matcher compatible with Matchi.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

= 1.0.0.beta8
~> 3.2
 Project Readme

Matchi::Fix

Version Yard documentation CI RuboCop License

A Fix specing matcher compatible with Matchi.

Installation

Add this line to your application's Gemfile:

gem "matchi-fix"

And then execute:

bundle

Or install it yourself as:

gem install matchi-fix

Usage

To make Matchi::Fix available:

require "matchi/fix"

All examples here assume that this has been done.

With a block of specifications

matcher = Matchi::Fix.new { it MUST be 42 }

matcher.expected        # => #<Fix::Set:0x00007fd96915dc28 ...>
matcher.matches? { 42 } # => true

With the constant name of the specifications

If specifications have been defined and named, they can be mentioned:

Fix :Answer do
  it MUST be 42
end

matcher = Matchi::Fix.new(:Answer)

matcher.expected        # => #<Fix::Set:0x00007fd96915dc28 ...>
matcher.matches? { 42 } # => true

Contact

Versioning

Matchi::Fix follows Semantic Versioning 2.0.

License

The gem is available as open source under the terms of the MIT License.


This project is sponsored by:
Sashite