<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Running rcov with RSpec</title>
	<atom:link href="http://blog.mhartl.com/2009/05/15/running-rcov-with-rspec/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mhartl.com/2009/05/15/running-rcov-with-rspec/</link>
	<description>Michael Hartl&#039;s tech blog</description>
	<lastBuildDate>Wed, 21 Dec 2011 11:47:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jeff Dickey</title>
		<link>http://blog.mhartl.com/2009/05/15/running-rcov-with-rspec/#comment-499</link>
		<dc:creator><![CDATA[Jeff Dickey]]></dc:creator>
		<pubDate>Tue, 20 Dec 2011 17:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mhartl.com/?p=236#comment-499</guid>
		<description><![CDATA[Bear in mind, as I blogged about &lt;a href=&quot;http://j.mp/uEwiQq&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;, that &quot;RCov does not, and will not support C based Ruby 1.9.x implementations due to significant changes between 1.8 and 1.9&quot;, to quote the apparent team lead. As agile developers, we&#039;re supposed to embrace change; not only in our projects, but in our tools as well.]]></description>
		<content:encoded><![CDATA[<p>Bear in mind, as I blogged about <a href="http://j.mp/uEwiQq" rel="nofollow">here</a>, that &#8220;RCov does not, and will not support C based Ruby 1.9.x implementations due to significant changes between 1.8 and 1.9&#8243;, to quote the apparent team lead. As agile developers, we&#8217;re supposed to embrace change; not only in our projects, but in our tools as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakayla</title>
		<link>http://blog.mhartl.com/2009/05/15/running-rcov-with-rspec/#comment-490</link>
		<dc:creator><![CDATA[Jakayla]]></dc:creator>
		<pubDate>Sun, 02 Oct 2011 19:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mhartl.com/?p=236#comment-490</guid>
		<description><![CDATA[I could read a book about this without finding such real-world apopracehs!]]></description>
		<content:encoded><![CDATA[<p>I could read a book about this without finding such real-world apopracehs!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://blog.mhartl.com/2009/05/15/running-rcov-with-rspec/#comment-311</link>
		<dc:creator><![CDATA[Nathan]]></dc:creator>
		<pubDate>Fri, 03 Sep 2010 08:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mhartl.com/?p=236#comment-311</guid>
		<description><![CDATA[There&#039;s always the -T option with rack which will list all of the tasks, as illustrated below.

$ rake -T]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s always the -T option with rack which will list all of the tasks, as illustrated below.</p>
<p>$ rake -T</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mhartl</title>
		<link>http://blog.mhartl.com/2009/05/15/running-rcov-with-rspec/#comment-205</link>
		<dc:creator><![CDATA[mhartl]]></dc:creator>
		<pubDate>Sat, 16 May 2009 18:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mhartl.com/?p=236#comment-205</guid>
		<description><![CDATA[This is a &lt;a href=&quot;http://wiki.github.com/aslakhellesoy/cucumber/using-rcov-with-cucumber-and-rails&quot; rel=&quot;nofollow&quot;&gt;known problem with rcov&lt;/a&gt; on some systems. Try the suggested solution by installing &lt;a href=&quot;http://github.com/spicycode/rcov/tree/master&quot; rel=&quot;nofollow&quot;&gt;this rcov fork&lt;/a&gt; (maintained by &lt;a href=&quot;http://thinkrelevance.com/&quot; rel=&quot;nofollow&quot;&gt;Relevance&lt;/a&gt;).]]></description>
		<content:encoded><![CDATA[<p>This is a <a href="http://wiki.github.com/aslakhellesoy/cucumber/using-rcov-with-cucumber-and-rails" rel="nofollow">known problem with rcov</a> on some systems. Try the suggested solution by installing <a href="http://github.com/spicycode/rcov/tree/master" rel="nofollow">this rcov fork</a> (maintained by <a href="http://thinkrelevance.com/" rel="nofollow">Relevance</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Dorn</title>
		<link>http://blog.mhartl.com/2009/05/15/running-rcov-with-rspec/#comment-204</link>
		<dc:creator><![CDATA[Evan Dorn]]></dc:creator>
		<pubDate>Sat, 16 May 2009 18:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mhartl.com/?p=236#comment-204</guid>
		<description><![CDATA[Interesting.   That sort of thing should not be so hard to find out.

Thanks for the tip.  Unfortunately, for me, rake spec:rcov segfaults on my mac pro.  I&#039;ll have to try to figure out what&#039;s up with that...]]></description>
		<content:encoded><![CDATA[<p>Interesting.   That sort of thing should not be so hard to find out.</p>
<p>Thanks for the tip.  Unfortunately, for me, rake spec:rcov segfaults on my mac pro.  I&#8217;ll have to try to figure out what&#8217;s up with that&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

