blog/recovered/2006.02.20-textmate-snippets-for-rails-assertions.md
2011-12-02 23:24:03 -08:00

1.7 KiB
Raw Blame History

Title: TextMate Snippets for Rails Assertions Date: February 20, 2006 Timestamp: 1140508320 Author: sjs Tags: textmate, rails, coding, rails, snippets, testing, textmate

edit

TextMate Snippets for Rails Assertions

on Monday, February 20, 2006

This time Ive got a few snippets for assertions. Using these to type up your tests quickly, and then hitting ⌘R to run the tests without leaving TextMate, makes testing your Rails app that much more convenient. Just when you thought it was already too easy! (Dont forget that you can use ⌥⌘↓ to move between your code and the corresponding test case.)

<p>This time Im posting the .plist files to make it easier for you to add them to TextMate. All you need to do is copy these to <strong>~/Library/Application Support/TextMate/Bundles/Rails.tmbundle/Snippets</strong>.</p>


<p style="text-align: center;"><a href="http://web.archive.org/web/20070316131730/http://sami.samhuri.net/files/assert_snippets.zip">Assertion Snippets for Rails</a></p>


<p>If anyone would rather I list them all here I can do that as well. Just leave a comment.</p>


<p><em>(I wanted to include a droplet in the zip file that will copy the snippets to the right place, but my 3-hour attempt at writing the AppleScript to do so left me feeling quite bitter. Maybe I was just mistaken in thinking it would be easy to pick up AppleScript.)</em></p>