RubyGems Navigation menu

gregwebs-rspec_multi_matchers 1.0.0

* match_each * match_enum * match_in_order require 'rubygems' require 'spec' require '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:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  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)

Runtime Abhängigkeiten (2):

hoe >= 1.8.0
newgem >= 1.1.0

Autoren:

  • Greg Weber

SHA 256-Prüfsumme:

6c08fa7458791e1d8227b5aeb7528b9b4e549de6a092d9d3f798687ebd56ca3d

Downloads insgesamt 8.313

Für diese Version 2.471

Lizenzen:

k.A.

Erforderliche Ruby-Version: >= 0

Links: