Skip to content

Instantly share code, notes, and snippets.

@Watson1978
Created February 2, 2012 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Watson1978/1722169 to your computer and use it in GitHub Desktop.
Save Watson1978/1722169 to your computer and use it in GitHub Desktop.
$ rake spec:ci [master]
rm -rf rubyspec_temp
./mspec/bin/mspec ci -B ./spec/macruby.mspec :full
MacRuby 0.12 (ruby 1.9.2) [universal-darwin11.0, x86_64]
...........*** Dispatch block exited prematurely because of an uncaught exception:
/Users/watson/src/macruby-master/mspec/lib/mspec/expectations/expectations.rb:15:in `fail_with': Expected true to equal false (SpecExpectationNotMetError)
from /Users/watson/src/macruby-master/mspec/lib/mspec/matchers/base.rb:9:in `=='
from /Users/watson/src/macruby-master/spec/macruby/core/gcd/semaphore_spec.rb:62:in `block'
.................macruby(66313,0x103d94000) malloc: *** error for object 0x7fff8ab4ff98: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................objc[61222]: GC: -finalize resulted in an exception (0x406cad340) being thrown, break on objc_exception_during_finalize_error to debug
undefined method `message' for false:FalseClass (NoMethodError)
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 299.310167 seconds
3343 files, 14978 examples, 56671 expectations, 0 failures, 0 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment