Re: [MacRuby-devel] Mocha

2008-12-30 Thread Eloy Duran
Yup, you're right. Although trying to coerce it into a String is not necessary since this really is what you get on MR, so I updated the test to check for that instead of String: http://github.com/alloy/mocha/commit/f8c72b0f139714498488ff38534fc68e56f47430 From some of the others I have distil

Re: [MacRuby-devel] Mocha

2008-12-30 Thread Nic Williams
I think some of the tests might need macruby-proofing: 3) Failure: test_should_describe_matcher(InstanceOfTest) [/Users/eloy/Documents/DEVELOPMENT/MacRuby/mocha/test/unit/parameter_matchers/instance_of_test.rb:22]: <"instance_of(String)"> expected but was <"instance_of(NSMutableString)">. perhap

[MacRuby-devel] Mocha

2008-12-30 Thread Eloy Duran
Hi (Laurent), I have been busy making mocha work on MR, which somewhat works now: http://github.com/alloy/mocha/commits/macruby But there are quite some other interesting failures with the mocha tests, which might be interesting to look into. Cheers, Eloy % macrake test:units (in /Users/e