RubyGems Navigation menu

rspec_multi_matchers 1.0.3

* 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

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.2.1 - August 24, 2011 (8.5KB)
  2. 1.2.0 - August 24, 2011 (8.5KB)
  3. 1.1.0 - March 31, 2011 (7.5KB)
  4. 1.0.8 - March 31, 2011 (3KB)
  5. 1.0.6 - July 17, 2010 (8.5KB)
  6. 1.0.3 - April 16, 2010 (8.5KB)
全てのバージョンを表示(全8件)

Development依存関係 (2):

hoe >= 1.8.0
newgem >= 1.1.0

所有者:

作者:

  • Greg Weber

SHA 256チェックサム:

= クリップボードにコピー コピー完了!

累計ダウンロード数 40,875

このバージョンのみ 3,328

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: