This post originated from an RSS feed registered with Ruby Buzz
by Robby Russell.
Original Post: RSpec Bundle for TextMate
Feed Title: Robby on Rails
Feed URL: http://feeds.feedburner.com/RobbyOnRails
Feed Description: Ruby on Rails development, consulting, and hosting from the trenches...
Installation is quite simple, just change directories to your TextMate bundle directory.
$ cd ~/Library/Application\ Support/TextMate/Bundles/
Check out the RSpec bundle from the subversion repository.
$ svn co svn://rubyforge.org/var/svn/rspec/trunk/RSpec.tmbundle
# lots of files...
A RSpec.tmbundle/Support/spec/fixtures/example_failing_spec.rb
A RSpec.tmbundle/Support/spec/fixtures/example_passing_spec.rb
A RSpec.tmbundle/Support/spec/spec_mate_spec.rb
Checked out revision 1489.
Now, just reload your bundles in TextMate and you’re good to go!
Bundles > Bundle Editor > Reload Bundles
I’d like to thank Aslak Helles��y for pointing me to this and for also providing me with the correct subversion URL, which is currently outdated on the RSpec page until the next release.