<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Perplexed Labs &#187; testing</title>
	<atom:link href="http://blog.perplexedlabs.com/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.perplexedlabs.com</link>
	<description>web development war stories from the frontlines to the backend</description>
	<lastBuildDate>Sat, 24 Jul 2010 16:27:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using RCov to test Rails</title>
		<link>http://blog.perplexedlabs.com/2008/02/07/using-rcov-to-test-rails/</link>
		<comments>http://blog.perplexedlabs.com/2008/02/07/using-rcov-to-test-rails/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 16:17:43 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rcov]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.perplexedlabs.com/2008/02/07/using-rcov-to-test-rails/</guid>
		<description><![CDATA[I always lose this snippet of code, which will run RCov for all your controllers and models, and output the results to the /public folder of your Rails app: &#62;rcov test/functional/*.rb test/unit/*.rb --output=public/rcov --rails Related posts:Suppressing SQL Logs in Rails Deployment Using Capistrano / Webistrano via Rails / Phusion Passenger Seconds to Minutes/Seconds in Rails


Related posts:<ol><li><a href='http://blog.perplexedlabs.com/2008/04/09/suppressing-sql-logs-in-rails/' rel='bookmark' title='Permanent Link: Suppressing SQL Logs in Rails'>Suppressing SQL Logs in Rails</a></li>
<li><a href='http://blog.perplexedlabs.com/2010/02/08/deployment-using-capistrano-and-webistrano-via-rails-and-phusion-passenger/' rel='bookmark' title='Permanent Link: Deployment Using Capistrano / Webistrano via Rails / Phusion Passenger'>Deployment Using Capistrano / Webistrano via Rails / Phusion Passenger</a></li>
<li><a href='http://blog.perplexedlabs.com/2008/02/08/seconds-to-minutesseconds-in-rails/' rel='bookmark' title='Permanent Link: Seconds to Minutes/Seconds in Rails'>Seconds to Minutes/Seconds in Rails</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I always lose this snippet of code, which will run <a href="http://eigenclass.org/hiki.rb?rcov">RCov</a> for all your controllers and models, and output the results to the /public folder of your Rails app:</p>
<blockquote><p>&gt;rcov test/functional/*.rb test/unit/*.rb --output=public/rcov --rails</p></blockquote>


<p>Related posts:<ol><li><a href='http://blog.perplexedlabs.com/2008/04/09/suppressing-sql-logs-in-rails/' rel='bookmark' title='Permanent Link: Suppressing SQL Logs in Rails'>Suppressing SQL Logs in Rails</a></li>
<li><a href='http://blog.perplexedlabs.com/2010/02/08/deployment-using-capistrano-and-webistrano-via-rails-and-phusion-passenger/' rel='bookmark' title='Permanent Link: Deployment Using Capistrano / Webistrano via Rails / Phusion Passenger'>Deployment Using Capistrano / Webistrano via Rails / Phusion Passenger</a></li>
<li><a href='http://blog.perplexedlabs.com/2008/02/08/seconds-to-minutesseconds-in-rails/' rel='bookmark' title='Permanent Link: Seconds to Minutes/Seconds in Rails'>Seconds to Minutes/Seconds in Rails</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://blog.perplexedlabs.com/2008/02/07/using-rcov-to-test-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
