mirror of
https://github.com/samsonjs/blog.git
synced 2026-04-27 15:07:41 +00:00
1.7 KiB
1.7 KiB
Title: TextMate Snippets for Rails Assertions Date: February 20, 2006 Timestamp: 1140508320 Author: sjs Tags: textmate, rails, coding, rails, snippets, testing, textmate
TextMate Snippets for Rails Assertions
on Monday, February 20, 2006
This time I’ve 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! (Don’t forget that you can use ⌥⌘↓ to move between your code and the corresponding test case.)
<p>This time I’m 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>