Re: [MacRuby-devel] Default Test Framework

2009-10-09 Thread Eloy Duran
Hi, As we're targeting 1.9 compatibility, the library that will be shipped with MacRuby is minitest. Atm however, we still have an older version of the stdlib, which means we still ship test-unit. I myself have put my trust in Bacon, and as far as a "blessing" goes, all critical bugs enco

[MacRuby-devel] Default Test Framework

2009-10-08 Thread Josh Ballanco
Hey all! So, as I've been working on a recipe for testing with MacRuby, I realized that it would probably be good to discuss the topic of "blessing" a particular test suite. Obviously, with macgem all of the Ruby test suites are available to use, but for the purposes of tutorials and what