HTML format spec runner now in Ioke/ISpec

I’ve added an HTML formatter for Ioke’s testing framework, ISpec, and added TextMate bundle commands for test runners that use that formatter. I’ve shamelessly ripped off RSpec’s HTML formatter for a similar, though much less polished, style, and the results look something like this:

And yes, that’s the current mocking specs you see it running. A sneak preview:
foo should receive(bar(5) andReturn(6), baz atLeastOnce, qux never) foo should not receive bar("five")

Destructuring Macros in Ioke

Why do type checks in dynamic code smell?