Registry / testing / test-unit-minitest

test-unit-minitest

JSON →
library0.9.1rbrubygemsunverified

Test::Unit::Minitest implements the test/unit compatible API on top of minitest, as was bundled with Ruby until version 2.1.

gem install test-unit-minitest
INSTALL
IMPORT
SIG · TEST-UNIT-MINITEST
T
test-unit-minitest
testingrubyv0.9.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.

Test::Unit
✓ require 'test/unit'

Write tests using the classic test/unit API

require 'test/unit' class MyTest < Test::Unit::TestCase def test_truth assert true end end
Debug
Known issues
gotchaThis gem is a compatibility layer; consider using minitest directly for new projects.
fix
Use 'minitest' gem and its native API instead of test/unit compatibility.
affects: >= 0.9.0
Upgrade
Version history
0.9.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
test-unit-minitest — gem install test-unit-minitest · libregistry