Registry / testing / test-bench

test-bench

JSON →
library3.0.0.0rbrubygemsunverified

Principled test framework for Ruby with a focus on simplicity and structure.

gem install test_bench
INSTALL
IMPORT
SIG · TEST-BENCH
T
test-bench
testingrubyv3.0.0.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.

TestBench
✓ require 'test_bench'

Run a simple test with TestBench.

require 'test_bench' TestBench.run do context 'Example' do test 'passes' do assert(true) end end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
test-bench — gem install test-bench · libregistry