Registry / testing / minitest-spec

minitest-spec

JSON →
library0.0.2rbrubygemsunverified

Adds RSpec-like behavior to Minitest for expressive test syntax.

gem install minitest-spec
INSTALL
IMPORT
SIG · MINITEST-SPEC
M
minitest-spec
testingrubyv0.0.2
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::Spec
require 'minitest/spec'

Write RSpec-style tests using Minitest.

require 'minitest/spec' describe 'MyTest' do it 'passes' do _(1 + 1).must_equal 2 end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
minitest-spec — gem install minitest-spec · libregistry