COMMIT Add profile formatter http://github.com/rubyspec/mspec/commit/a2b5962740f14a150bd8f656d0cf965f024b8e76 COMMIT Change metaclass to singleton_class in MSpec. http://github.com/rubyspec/mspec/commit/52edd74d311ccb499d476d67c4aa08ef847fd4ce COMMIT Ignore ruby.1.[89].mspec in default.mspec spec. http://github.com/rubyspec/mspec/commit/8fa09011916fbcaff5a2482e16484cf5011c98aa COMMIT Add ability to override the Ruby version for eg ruby_version_is guard. http://github.com/rubyspec/mspec/commit/1fe5dc3443b1ff971edbbe49863c7c1d6d1163b2 COMMIT Follow mspec's change 52edd74d311ccb499d47. http://github.com/rubyspec/rubyspec/commit/afdcf7a67d4959ae459971f1c453d3d086419296 =================================================================== +++ 20110216T212346Z @@ 13917 @@ Hash#each - yields a [[key, value]] Array for each pair to a block expecting |*args| - yields the key and value of each pair to a block expecting |key, value| +- yields the key only to a block expecting |key,| (FAILED - ) - uses the same order as keys() and values() - returns an Enumerator if called on a non-empty hash without a block - returns an Enumerator if called on an empty hash without a block @@ 45204 @@ Hash#each - yields a [[key, value]] Array for each pair to a block expecting |*args| - yields the key and value of each pair to a block expecting |key, value| +- yields the key only to a block expecting |key,| (FAILED - ) - uses the same order as keys() and values() - returns an Enumerator if called on a non-empty hash without a block - returns an Enumerator if called on an empty hash without a block ) +Hash#each yields the key only to a block expecting |key,| FAILED +Expected [:c, :a, :b] + to equal [:a, :b, :c] /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/matchers/base.rb:8:in `==' +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/hash/shared/each.rb:19 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `protect' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/hash/each_spec.rb:4:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `each' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `all?' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:179:in `protect' @@ 45230 @@ /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/context.rb:199:in `process' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:37:in `describe' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/object.rb:11:in `describe' +/var/lib/chkbuild/tmp/build/ruby-1.8-o3//rubyspec/core/hash/each_spec.rb:6 /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:56:in `load' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:56:in `files' /var/lib/chkbuild/tmp/build/ruby-1.8-o3//mspec/lib/mspec/runner/mspec.rb:68:in `instance_eval' @@ 45245 @@ Finished in seconds +1 file, 6 examples, expectations, 1 failure, 0 errors exit 1 +failed(rubyspec/core/hash/each_spec.rb) == rubyspec/core/hash/each_value_spec.rb #