<?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: Autotest and add_exception method</title>
	<atom:link href="http://gnufied.org/2009/01/25/autotest-and-add_exception-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://gnufied.org/2009/01/25/autotest-and-add_exception-method/</link>
	<description>On Ruby, Rails, Concurrency and fiction</description>
	<lastBuildDate>Tue, 13 Sep 2011 22:17:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Diego A.</title>
		<link>http://gnufied.org/2009/01/25/autotest-and-add_exception-method/#comment-3218</link>
		<dc:creator>Diego A.</dc:creator>
		<pubDate>Fri, 13 Feb 2009 00:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/?p=127#comment-3218</guid>
		<description>Thanks for posting this! I just started using AutoTest and this saved me some time.

Linux users might need to put:
&gt; at.add_exception(/^\.\/(coverage&#124;\.git)/)

since AutoTest is using Find and gets files/dirs as: 
&gt; ./coverage
&gt; ./coverage/some_file 
&gt; ./.git
&gt; ./.git/somefile

I decided to be more strict and only include files from certain directories and exclude everything else. I used:
&gt; at.find_directories = [&#039;./test&#039;]</description>
		<content:encoded><![CDATA[<p>Thanks for posting this! I just started using AutoTest and this saved me some time.</p>
<p>Linux users might need to put:<br />
&gt; at.add_exception(/^\.\/(coverage|\.git)/)</p>
<p>since AutoTest is using Find and gets files/dirs as:<br />
&gt; ./coverage<br />
&gt; ./coverage/some_file<br />
&gt; ./.git<br />
&gt; ./.git/somefile</p>
<p>I decided to be more strict and only include files from certain directories and exclude everything else. I used:<br />
&gt; at.find_directories = ['./test']</p>
]]></content:encoded>
	</item>
</channel>
</rss>

