[Rspec-users] Textmate command to display specifications
Chris Roos
chrisjroos at gmail.com
Mon Jul 31 07:40:39 EDT 2006
I've added a command that displays the html formatted output of some
specifications. It's as simple as..
#!/bin/sh
/usr/bin/env spec $TM_FILEPATH -fhtml
I'm wondering if anyone has anything more sophisticated (although to
be fair, this does the job for now)? I've seen some posts about a
rspec on rails textmate command but haven't taken a look at it in
detail.
Chris
More information about the Rspec-users
mailing list