<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.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>David Chelimsky: RSpec-1.1.3 and ZenTest-3.9.1</title>
    <link>http://blog.davidchelimsky.net/articles/2008/02/04/rspec-1-1-3-and-zentest-3-9-1</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>on software in process and practice</description>
    <item>
      <title>RSpec-1.1.3 and ZenTest-3.9.1</title>
      <description>&lt;p&gt;ZenTest&amp;#8217;s last two releases are not compatible with previous versions of RSpec. This is &lt;strong&gt;good news&lt;/strong&gt; because Autotest now exposes better extension points for subclasses like those that ship with RSpec. Before, RSpec had to monkey patch Autotest to control the mappings of specs to files to run, and the list of files/directories to ignore. Now RSpec gets to use public methods (instead of instance variables) and documented hooks to do it&amp;#8217;s work.&lt;/p&gt;


	&lt;p&gt;In the long run, this will keep things more flexible for both RSpec and ZenTest. In the short run, the catch for you is that you have to use compatible versions of RSpec and ZenTest. They are:&lt;/p&gt;


&lt;table&gt;
  &lt;tr&gt;
    &lt;th&gt;RSpec version&lt;/th&gt;&lt;th&gt;ZenTest version&lt;/th&gt;
  &lt;/tr&gt;
  &lt;tbody&gt;
    &lt;tr&gt;
      &lt;td&gt;&amp;lt;= 1.1.1&lt;/td&gt;&lt;td&gt;&amp;lt;= 3.7.x&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;1.1.2&lt;/td&gt;&lt;td&gt;3.8.x&lt;/td&gt;
    &lt;/tr&gt;
    &lt;tr&gt;
      &lt;td&gt;1.1.3&lt;/td&gt;&lt;td&gt;3.9.x&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;</description>
      <pubDate>Mon, 04 Feb 2008 03:04:57 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:8f236be2-fa8c-4162-8590-d954d4cf8654</guid>
      <author>David</author>
      <link>http://blog.davidchelimsky.net/articles/2008/02/04/rspec-1-1-3-and-zentest-3-9-1</link>
      <category>rspec</category>
      <category>zentest</category>
      <category>autotest</category>
    </item>
    <item>
      <title>"RSpec-1.1.3 and ZenTest-3.9.1" by Tim</title>
      <description>&lt;p&gt;In the end, it all depends on the user. I am more comfortable with the latter version. Just stick to it I guess. And upgrades are good because they make things more flexible.&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 09:29:41 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:c7a29237-0193-464d-8502-30716fd364a7</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/02/04/rspec-1-1-3-and-zentest-3-9-1#comment-439</link>
    </item>
    <item>
      <title>"RSpec-1.1.3 and ZenTest-3.9.1" by Luck</title>
      <description>&lt;p&gt;I think no matter in what version it is. Maybe, which one will gives best to the user and where they feel comfortable. They will go with it!!!&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 04:09:51 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:2832901e-f62f-4cc9-aed4-7865833b4a70</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/02/04/rspec-1-1-3-and-zentest-3-9-1#comment-437</link>
    </item>
    <item>
      <title>"RSpec-1.1.3 and ZenTest-3.9.1" by David Chelimsky</title>
      <description>&lt;p&gt;Not a stupid idea, but generally unnecessary. As I pointed out, one reason these last releases of ZenTest were good was that they allowed subs like RSpec&amp;#8217;s to extend without monkey patching &amp;#8211; so the likelihood is that we won&amp;#8217;t be in this position again.&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 01:42:55 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:c3402c15-865a-41fb-a0fc-377c1f8c7cb4</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/02/04/rspec-1-1-3-and-zentest-3-9-1#comment-436</link>
    </item>
    <item>
      <title>"RSpec-1.1.3 and ZenTest-3.9.1" by Gerrit</title>
      <description>&lt;p&gt;I really appreciate your reaction time and rspec&amp;#8217;s frequent releases, make no mistake. Let me just describe my experience: To build the recent rspec trunk, an upgrade to the newest ZenTest version (2.9.x) was necessary, which in turn made the default autotest-binary not play nice with rails-apps that had a vendor&amp;#8217;d copy of rspec, so they all had to be updated to the newest rspec(_on_rails) release. Just seemed like a lot of hoops to go through (twice already) for essentially no gain.&lt;/p&gt;


	&lt;p&gt;Let&amp;#8217;s say Rspec included its own bundled version of autotest (the only part of ZenTest used, right?), then there would be no need to do intermediate releases (and publicise them) when ZenTest changes.&lt;/p&gt;


	&lt;p&gt;And lets say that bundled version is called autospec, then that would enable projects with both ./test and ./spec directories to run both in parallel. And, you could run vendor/rspec/bin/autospec if you followed the Rspec documentation&amp;#8217;s recommendation and vendor&amp;#8217;d in the Rspec gem. That would help projects with multiple developers using autotest a lot, I think.&lt;/p&gt;


	&lt;p&gt;Stupid idea? Unnecessary?&lt;/p&gt;</description>
      <pubDate>Tue, 05 Feb 2008 00:33:53 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:439c38cc-cb7c-4a66-bd01-0986119ed63a</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/02/04/rspec-1-1-3-and-zentest-3-9-1#comment-434</link>
    </item>
    <item>
      <title>"RSpec-1.1.3 and ZenTest-3.9.1" by David Chelimsky</title>
      <description>&lt;p&gt;Actually it&amp;#8217;s the other way around. The last two releases of ZenTest broke RSpec, so we released so you could upgrade to ZenTest right away. Nobody was twisting your arm saying you had to, but at least you had the option. Seems a pretty user-friendly way to go to me.&lt;/p&gt;</description>
      <pubDate>Mon, 04 Feb 2008 23:01:18 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:cfcd6a16-3b1d-42e7-96b0-e325c5658c30</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/02/04/rspec-1-1-3-and-zentest-3-9-1#comment-433</link>
    </item>
    <item>
      <title>"RSpec-1.1.3 and ZenTest-3.9.1" by Gerrit</title>
      <description>&lt;p&gt;Wouldn&amp;#8217;t it be nice for RSpec to ship with a compatible version of ZenTest? Seeing as every recent update of Rspec required an update of ZenTest, and that wasn&amp;#8217;t always immediately obvious, that seems like a user-friendly way to go.&lt;/p&gt;</description>
      <pubDate>Mon, 04 Feb 2008 22:08:50 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:e5c6f4c5-5f87-44e0-8461-2644d8b148b7</guid>
      <link>http://blog.davidchelimsky.net/articles/2008/02/04/rspec-1-1-3-and-zentest-3-9-1#comment-432</link>
    </item>
  </channel>
</rss>
