I've just been running the Mocha tests under Rubinius to see whether Mocha is compatible.
I think it's all looking good, except one thing. I think that the standard library Test::Unit::BacktraceFilter might be broken because of the different format of backtrace paths in Rubinius. At least it doesn't seem to be working the same way as it does in Ruby 1.8.7. Here's a simple example [1]. I haven't had a chance to look into it very far, but it looks like the most significant difference is that Rubinius seems to report relative paths whereas Ruby reports absolute paths. See this simple example [2]. Cheers, James. --- http://blog.floehopper.org/ [1] http://pastie.org/961520 [2] http://pastie.org/961525 -- --- !ruby/object:MailingList name: rubinius-dev view: http://groups.google.com/group/rubinius-dev?hl=en post: [email protected] unsubscribe: [email protected]
