Sep 14 2006
rSpec Bundle for TextMate
I’ve whipped up a simple TextMate bundle for making rSpec a bit nicer to work with. You can download it here.
You might need to unzip the file (Safari does automatically), and put it in ~/Library/ApplicationSupport/TextMate/Bundles. Note you might have to create the Bundles folder.
At the moment it tweaks the ruby rules for coloring to colour context, specify, setup, and teardown as keywords. It also adds snippets for the same four: context<tab>, specify<tab>, setup<tab>, and teardown<tab>.
