minitest-matchers 1.0.3
minitest-matchers adds support for RSpec/Shoulda-style matchers to MiniTest::Spec. A matcher is a class that must implement #description and #matches? methods. Expactations are then builded using these two methods.
Gemfile:
=
install:
=
Runtime Dependencies (1):
minitest
>= 2.5.0