Registry / testing / minitest-ok

minitest-ok

JSON →
library0.4.0rbrubygemsunverified

Provides a more natural syntax for Minitest assertions using 'ok' blocks.

gem install minitest-ok
INSTALL
IMPORT
SIG · MINITEST-OK
M
minitest-ok
testingrubyv0.4.0
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::Ok
require 'minitest/ok'

Use 'ok' blocks for cleaner assertions.

require 'minitest/ok' ok { 1 + 1 } == 2 ok { 1 + 1 } > 0 ok { 5 }.in?(1..9)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

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