<?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"
	>
<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>
	<pubDate>Sun, 01 Aug 2010 04:53:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</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:
&#62; at.add_exception(/^\.\/(coverage&#124;\.git)/)

since AutoTest is using Find and gets files/dirs as: 
&#62; ./coverage
&#62; ./coverage/some_file 
&#62; ./.git
&#62; ./.git/somefile

I decided to be more strict and only include files from certain directories and exclude everything else. I used:
&#62; at.find_directories = ['./test']</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>
