Registry / testing / scope
library0.2.3rbrubygemsunverified

Provides concise unit testing in the spirit of Shoulda.

gem install scope
INSTALL
IMPORT
SIG · SCOPE
S
scope
testingrubyv0.2.3
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.

Scope
require 'scope'

Define a test scope with setup and assertions.

require 'scope' class MyTest < Test::Unit::TestCase scope do setup do @user = User.new end should 'be valid' do assert @user.valid? end end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
scope — gem install scope · libregistry