Just a quick follow up to my post last night, Sharing Custom TextMate Bundles with Subversion. It appears that I missed the RSpec bundle for TextMate, which is listed on the RSpec webpage.
Install the RSpec Bundle
Installation is quite simple, just change directories to your TextMate bundle directory.
```bash
$ cd ~/Library/Application\ Support/TextMate/Bundles/
Check out the RSpec bundle from the subversion repository.
```bash
```ruby
$ 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.