<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Robby on Rails: RSpec Bundle for TextMate</title>
    <link>http://www.robbyonrails.com/articles/2007/02/12/rspec-bundle-for-textmate</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>thoughts.sort_by{|t| t[:topic]}.collect </description>
    <item>
      <title>RSpec Bundle for TextMate</title>
      <description>&lt;p&gt;Just a quick follow up to my post last night, &lt;a href="http://www.robbyonrails.com/articles/2007/02/11/sharing-custom-textmate-bundles-with-subversion"&gt;Sharing Custom TextMate Bundles with Subversion&lt;/a&gt;. It appears that I missed the &lt;a href="http://rspec.rubyforge.org/tools/extensions/editors/textmate.html"&gt;RSpec bundle&lt;/a&gt; for &lt;a href="http://www.macromates.com"&gt;TextMate&lt;/a&gt;, which is listed on the &lt;a href="http://rspec.rubyforge.org"&gt;RSpec webpage&lt;/a&gt;.&lt;/p&gt;


	&lt;h2&gt;Install the RSpec Bundle&lt;/h2&gt;


	&lt;p&gt;Installation is quite simple, just change directories to your TextMate bundle directory.&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
    $ cd ~/Library/Application\ Support/TextMate/Bundles/
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;Check out the RSpec bundle from the subversion repository.&lt;/p&gt;


&lt;pre&gt;&lt;code&gt;
    $ 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.
&lt;/code&gt;&lt;/pre&gt;

	&lt;p&gt;Now, just reload your bundles in TextMate and you&amp;#8217;re good to go!&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Bundles &amp;gt; Bundle Editor &amp;gt; Reload Bundles&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;d like to thank &lt;a href="http://blog.aslakhellesoy.com/"&gt;Aslak Hellesøy&lt;/a&gt; for pointing me to this and for also providing me with the correct subversion &lt;span class="caps"&gt;URL&lt;/span&gt;, which is currently outdated on the RSpec page until the next release.&lt;/p&gt;
</description>
      <pubDate>Mon, 12 Feb 2007 07:58:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:f183d1d4-0531-48e7-b389-1e5684d86590</guid>
      <author>Robby Russell</author>
      <link>http://www.robbyonrails.com/articles/2007/02/12/rspec-bundle-for-textmate</link>
      <category>Ruby on Rails</category>
      <category>Ruby</category>
      <category>Programming</category>
      <category>rspec</category>
      <category>bdd</category>
      <category>textmate</category>
      <category>bundle</category>
      <category>subversion</category>
    </item>
  </channel>
</rss>
