minitest-matchers 1.0.2
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.
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.