Registry / testing / minitest

minitest

JSON →
library6.0.6rbrubygemsunverified

Minitest provides a complete suite of testing facilities supporting TDD, BDD, and benchmarking with a small and incredibly fast runner.

gem install minitest
INSTALL
IMPORT
SIG · MINITEST
M
minitest
testingrubyv6.0.6
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
require 'minitest/autorun'

Define and run a basic Minitest test

require 'minitest/autorun' class TestExample < Minitest::Test def test_addition assert_equal 2, 1 + 1 end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources