Registry / testing / test-spec

test-spec

JSON →
library0.10.0rbrubygemsunverified

test/spec layers an RSpec-inspired interface on top of Test::Unit, enabling BDD-style testing with should syntax.

gem install test-spec
INSTALL
IMPORT
SIG · TEST-SPEC
T
test-spec
testingrubyv0.10.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.

Test::Spec
require 'test/spec'

Define a BDD test context using should syntax.

require 'test/spec' context 'Math' do specify 'addition works' do 1.should == 1 end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
Bingbot
14
node
12
Resources
test-spec — gem install test-spec · libregistry