Rspec bundle for Textmate

Posted on March 25, 2009, under Mac OSX.

I was looking for a Rspec bundle for textmate and it is here with steps to follow and simply superb!

http://blog.emson.co.uk/2008/06/installing-the-latest-rspec-textmate-bundle/

Pads

Run Controller Spec

Posted on February 21, 2009, under Rails, Shell Scripts.

If you just wanted to run only the controller specs, then you have to use the following command

rake spec:controllers

Generating a RSpec Controller

Posted on December 4, 2008, under Rails, Shell Scripts.

I was just creating a new rspec controller and thought would share it for all of you.

./script/generate rspec_controller admin/configuration

Hope this helps somebody