Registry / testing / minitest-matchers

minitest-matchers

JSON →
library1.4.1rbrubygemsunverified

Minitest Matchers adds support for RSpec-style matchers to Minitest, enhancing test readability.

gem install minitest-matchers
INSTALL
IMPORT
SIG · MINITEST-MATCHERS
M
minitest-matchers
testingrubyv1.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Minitest::Matchers
require 'minitest/matchers'

Use a matcher in a Minitest test.

require 'minitest/matchers' require 'minitest/autorun' class TestExample < Minitest::Test include Minitest::Matchers def test_equality assert_must_equal 5, 2 + 3 end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
minitest-matchers — gem install minitest-matchers · libregistry