Sha256: b626fcdd175570afea59649fd254f03a8fc5cb5c922280d6345e2627d74c93bb
Contents?: true
Size: 1.73 KB
Versions: 1
Compression:
Stored size: 1.73 KB
Contents
# Matchi::Fix [](https://github.com/fixrb/matchi-fix/releases) [](https://rubydoc.info/github/fixrb/matchi-fix/main) [](https://github.com/fixrb/matchi-fix/actions?query=workflow%3Aci+branch%3Amain) [](https://github.com/fixrb/matchi-fix/actions?query=workflow%3Arubocop+branch%3Amain) [](https://github.com/fixrb/matchi-fix/raw/main/LICENSE.md) > A [Fix](https://github.com/fixrb/fix) expectation matcher for [Matchi](https://github.com/fixrb/matchi). ## Installation Add this line to your application's Gemfile: ```ruby gem "matchi-fix" ``` And then execute: ```sh bundle ``` Or install it yourself as: ```sh gem install matchi-fix ``` ## Usage ```ruby require "matchi/fix" matcher = Matchi::Fix.new { it MUST be 42 } matcher.expected # => #<Fix::Set:0x00007fd96915dc28 ...> matcher.matches? { 42 } # => true ``` ## Contact * Source code: https://github.com/fixrb/matchi-fix ## Versioning __Matchi::Fix__ follows [Semantic Versioning 2.0](https://semver.org/). ## License The [gem](https://rubygems.org/gems/matchi-fix) is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). *** <p> This project is sponsored by:<br /> <a href="https://sashite.com/"><img src="https://github.com/fixrb/matchi-fix/raw/main/img/sashite.png" alt="Sashite" /></a> </p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
matchi-fix-2.0.0 | README.md |