Registry / testing / its
library0.2.0rbrubygemsunverified

You can write `its(:currency, :us) { should == 'US dollars' }`

gem install its
INSTALL
IMPORT
SIG · ITS
I
its
testingrubyv0.2.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.

Its
require 'its'

Use `its` to test nested attributes

require 'its' obj = OpenStruct.new(currency: { us: 'US dollars' }) obj.its(:currency, :us) { should == 'US dollars' }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
its — gem install its · libregistry