Categories: None [Edit]

gregwebs-rspec_multi_matchers

https://rubygems.org/gems/gregwebs-rspec_multi_matchers
https://github.com/gregwebs/rspec-multi-matchers
* match_each * match_enum * match_in_order require 'rubygems' require 'spec' require 'gregwebs-rspec_multi_matchers' describe 'array of ones' do it 'should be all ones' do [1,2,3].should each { |n| n.should == 1 } end end =begin output 'array of ones should fail on 2' FAILED line: 14 item 1: 2 expected: 1, got: 2 (using ==) =end As expected, the output shows expected and got fields line is the line number of the expectiation inside the block the item line gives the index of the item being yielded to the block, and the item itself

Total

Ranking: 93,445 of 188,317
Downloads: 8,900

Daily

Ranking: 127,110 of 188,299
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName

Owners

#GravatarHandle