Gears Within Gears

Seek simplicity, and distrust it.

HTML format spec runner now in Ioke/ISpec

Posted by Brian Guthrie
09 April 2009 at 20:04PM

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")