10 Jan
2011
10 Jan
'11
10:37 p.m.
Hi, I've just released a fork of the Bacon spec library for MacRuby. It specifically differs in the fact that it is NSRunloop aware, which is most visible in the `wait' method that allows you to schedule a block of assertions for later on the runloop. To be clear, the main thread is never halted and thus optimized for MacRuby/Objective-C testing. The repo: https://github.com/alloy/MacBacon And the gem: https://rubygems.org/gems/mac_bacon To be fair, I haven't used it in a project yet, but will start doing so tomorrow. If that's not test-first, I don't know what is ;) So I look forward to your experiences. Cheers, Eloy