RubyGems Navigation menu

gregwebs-rspec_multi_matchers 1.0.2

* 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.0.2 - August 11, 2014 (8.5 KB)
  2. 1.0.1 - August 11, 2014 (8.5 KB)
  3. 1.0.0 - August 11, 2014 (8.5 KB)

作者:

  • Greg Weber

SHA 256 校验和:

6a675f024386358093e886956c9ab613d731bff23fbb119157171c2bd417fdd6

下载总量 8,313

这个版本 3,381

许可:

需要的 Ruby 版本: >= 0

链接: