<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How To: Setup RSpec, Cucumber, Webrat, RCov and Autotest on Leopard</title>
	<atom:link href="http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/</link>
	<description>Ruby on Rails Developer</description>
	<lastBuildDate>Sat, 28 Aug 2010 16:06:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Mike Bethany</title>
		<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/comment-page-1/#comment-1371</link>
		<dc:creator>Mike Bethany</dc:creator>
		<pubDate>Sat, 28 Aug 2010 16:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.claytonlz.com/?p=220#comment-1371</guid>
		<description>I&#039;m still very new to all this but I like Machinist a LOT more than Factory Girl. It just seems a more natural way to do things but of course it&#039;s a personal thing.</description>
		<content:encoded><![CDATA[<p>I&#8217;m still very new to all this but I like Machinist a <span class="caps">LOT </span>more than Factory Girl. It just seems a more natural way to do things but of course it&#8217;s a personal thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/comment-page-1/#comment-1370</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sat, 28 Aug 2010 14:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.claytonlz.com/?p=220#comment-1370</guid>
		<description>Sorry for posting this here, but I&#039;m stumped with this curiosity and I&#039;m not sure where else to post it. I configured autotest to run RCov as soon as all of my Cucumber tests pass. I did this using one of autotest&#039;s hooks (http://gist.github.com/555162). That hook basically calls up the following rake task (http://gist.github.com/555163).

My problem with this though is that the tests get run twice. Once during the run_all_tests method of autotest, and then another time when the above rake task is called.

Is there a way to force this to just run the rake task once prior to displaying RCov results? Very minor problem if at all, I know, but I can&#039;t stop obsessing over it!</description>
		<content:encoded><![CDATA[<p>Sorry for posting this here, but I&#8217;m stumped with this curiosity and I&#8217;m not sure where else to post it. I configured autotest to run RCov as soon as all of my Cucumber tests pass. I did this using one of autotest&#8217;s hooks (<a href="http://gist.github.com/555162" rel="nofollow">http://gist.github.com/555162</a>). That hook basically calls up the following rake task (<a href="http://gist.github.com/555163" rel="nofollow">http://gist.github.com/555163</a>).</p>
<p>My problem with this though is that the tests get run twice. Once during the run_all_tests method of autotest, and then another time when the above rake task is called.</p>
<p>Is there a way to force this to just run the rake task once prior to displaying RCov results? Very minor problem if at all, I know, but I can&#8217;t stop obsessing over it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Pence</title>
		<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/comment-page-1/#comment-1368</link>
		<dc:creator>Mike Pence</dc:creator>
		<pubDate>Fri, 09 Jul 2010 17:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.claytonlz.com/?p=220#comment-1368</guid>
		<description>I  also needed to do  a &quot;sudo gem install autotest-rails&quot;</description>
		<content:encoded><![CDATA[<p>I  also needed to do  a &#8220;sudo gem install autotest-rails&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amiruddin Nagri</title>
		<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/comment-page-1/#comment-1367</link>
		<dc:creator>Amiruddin Nagri</dc:creator>
		<pubDate>Fri, 11 Jun 2010 17:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.claytonlz.com/?p=220#comment-1367</guid>
		<description>Very informative, thanks</description>
		<content:encoded><![CDATA[<p>Very informative, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rake Tutorial &#124; Jason Seifer</title>
		<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/comment-page-1/#comment-1361</link>
		<dc:creator>Rake Tutorial &#124; Jason Seifer</dc:creator>
		<pubDate>Wed, 07 Apr 2010 20:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.claytonlz.com/?p=220#comment-1361</guid>
		<description>[...] task. I use this in Genius Pool for aggregate rcov data. It&#8217;s shamelessly stolen from Clayton Lengel-Zigich. Go check out that post for a good example of invoking other tasks from [...]</description>
		<content:encoded><![CDATA[<p>[...] task. I use this in Genius Pool for aggregate rcov data. It&#8217;s shamelessly stolen from Clayton Lengel-Zigich. Go check out that post for a good example of invoking other tasks from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cucumber e Webrat para aplicações em CakePHP &#124; sauloarruda.eti.br</title>
		<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/comment-page-1/#comment-1360</link>
		<dc:creator>Cucumber e Webrat para aplicações em CakePHP &#124; sauloarruda.eti.br</dc:creator>
		<pubDate>Wed, 17 Mar 2010 18:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.claytonlz.com/?p=220#comment-1360</guid>
		<description>[...] de começar é indispensável instalar várias gems no seu ambiente. Para isso, siga este artigo que explica passo a passo tudo que deve ser instalado (e até um pouco [...]</description>
		<content:encoded><![CDATA[<p>[...] de come&Atilde;&sect;ar &Atilde;&copy; indispens&Atilde;&iexcl;vel instalar v&Atilde;&iexcl;rias gems no seu ambiente. Para isso, siga este artigo que explica passo a passo tudo que deve ser instalado (e at&Atilde;&copy; um pouco [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links, ideas and geek stuff &#187; Blog Archive &#187; links for 2010-01-17</title>
		<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/comment-page-1/#comment-1344</link>
		<dc:creator>links, ideas and geek stuff &#187; Blog Archive &#187; links for 2010-01-17</dc:creator>
		<pubDate>Sun, 17 Jan 2010 19:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.claytonlz.com/?p=220#comment-1344</guid>
		<description>[...] How To: Setup RSpec, Cucumber, Webrat, RCov and Autotest on Leopard &#124; Clayton Lengel-Zigich [...]</description>
		<content:encoded><![CDATA[<p>[...] How To: Setup RSpec, Cucumber, Webrat, RCov and Autotest on Leopard | Clayton Lengel-Zigich [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/comment-page-1/#comment-1331</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Tue, 29 Dec 2009 22:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.claytonlz.com/?p=220#comment-1331</guid>
		<description>rcov only runs the tests for me, it doesn&#039;t actually give me any coverage data when I run rake rcov:rspec. What gives?</description>
		<content:encoded><![CDATA[<p>rcov only runs the tests for me, it doesn&#8217;t actually give me any coverage data when I run rake rcov:rspec. What gives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Chung</title>
		<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/comment-page-1/#comment-1239</link>
		<dc:creator>Marc Chung</dc:creator>
		<pubDate>Mon, 07 Dec 2009 05:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.claytonlz.com/?p=220#comment-1239</guid>
		<description>Clayton,

I wrote a Rails template with an approach to testing inspired from this blog post.

Check it out: http://github.com/mchung/yart</description>
		<content:encoded><![CDATA[<p>Clayton,</p>
<p>I wrote a Rails template with an approach to testing inspired from this blog post.</p>
<p>Check it out: <a href="http://github.com/mchung/yart" rel="nofollow">http://github.com/mchung/yart</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leopard/comment-page-1/#comment-798</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 10 Nov 2009 17:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.claytonlz.com/?p=220#comment-798</guid>
		<description>I forked the RCov task on github, and added tasks that allow you generate separate rspec or cucumber coverage reports along with the aggregate. 

Download at http://gist.github.com/231022

&lt;code&gt;rake rcov:all&lt;/code&gt; for the aggregate coverage
&lt;code&gt;rake rcov:rspec&lt;/code&gt; for rspec coverage only
&lt;code&gt;rake rcov:cucumber&lt;/code&gt; for cucumber coverage only</description>
		<content:encoded><![CDATA[<p>I forked the RCov task on github, and added tasks that allow you generate separate rspec or cucumber coverage reports along with the aggregate. </p>
<p>Download at <a href="http://gist.github.com/231022" rel="nofollow">http://gist.github.com/231022</a></p>
<p><code>rake rcov:all</code> for the aggregate coverage<br />
<code>rake rcov:rspec</code> for rspec coverage only<br />
<code>rake rcov:cucumber</code> for cucumber coverage only</p>
]]></content:encoded>
	</item>
</channel>
</rss>
