<?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 Rails tests with autotest (ZenTest) and RSpec</title>
	<atom:link href="http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/</link>
	<description>Michael Hartl&#039;s tech blog</description>
	<lastBuildDate>Sat, 06 Mar 2010 17:10:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jamal</title>
		<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/#comment-240</link>
		<dc:creator>jamal</dc:creator>
		<pubDate>Thu, 10 Dec 2009 05:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=36#comment-240</guid>
		<description>Thanks a lot for the post.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/#comment-224</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 05 Sep 2009 17:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=36#comment-224</guid>
		<description>Much thanks. You saved me a big headache.</description>
		<content:encoded><![CDATA[<p>Much thanks. You saved me a big headache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: devender</title>
		<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/#comment-223</link>
		<dc:creator>devender</dc:creator>
		<pubDate>Wed, 02 Sep 2009 00:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=36#comment-223</guid>
		<description>Thank You</description>
		<content:encoded><![CDATA[<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hartl</title>
		<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/#comment-184</link>
		<dc:creator>Michael Hartl</dc:creator>
		<pubDate>Fri, 03 Apr 2009 23:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=36#comment-184</guid>
		<description>N.B. Since making the original post, I&#039;ve learned that the autospec program solves basically the same problem.</description>
		<content:encoded><![CDATA[<p>N.B. Since making the original post, I&#8217;ve learned that the autospec program solves basically the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen</title>
		<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/#comment-183</link>
		<dc:creator>Jeroen</dc:creator>
		<pubDate>Fri, 03 Apr 2009 19:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=36#comment-183</guid>
		<description>Great tip ... was already thinking of throwing my mac from the balcony ;)</description>
		<content:encoded><![CDATA[<p>Great tip &#8230; was already thinking of throwing my mac from the balcony ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Lemke</title>
		<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/#comment-181</link>
		<dc:creator>Anders Lemke</dc:creator>
		<pubDate>Thu, 19 Mar 2009 08:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=36#comment-181</guid>
		<description>Thanks a lot! This solved my problem as well!</description>
		<content:encoded><![CDATA[<p>Thanks a lot! This solved my problem as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua</title>
		<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/#comment-172</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Tue, 13 Jan 2009 02:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=36#comment-172</guid>
		<description>Thanks, this fixed the same problem on Cygwin aswell.</description>
		<content:encoded><![CDATA[<p>Thanks, this fixed the same problem on Cygwin aswell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phuwanart</title>
		<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/#comment-167</link>
		<dc:creator>phuwanart</dc:creator>
		<pubDate>Tue, 16 Dec 2008 03:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=36#comment-167</guid>
		<description>my project is rails version 2.0.2 and gem version 1.3.0

when I run &#039;autotest -rails&#039; in my project it work in first time but after that it not run when I change in test file. 

please help me.</description>
		<content:encoded><![CDATA[<p>my project is rails version 2.0.2 and gem version 1.3.0</p>
<p>when I run &#8216;autotest -rails&#8217; in my project it work in first time but after that it not run when I change in test file. </p>
<p>please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mhartl</title>
		<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/#comment-158</link>
		<dc:creator>mhartl</dc:creator>
		<pubDate>Tue, 11 Nov 2008 01:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=36#comment-158</guid>
		<description>@Jeff: my autotest colors show up anyway, but perhaps some configurations do require the additional AUTOTEST environment variable you mention.  Thanks for the note.</description>
		<content:encoded><![CDATA[<p>@Jeff: my autotest colors show up anyway, but perhaps some configurations do require the additional AUTOTEST environment variable you mention.  Thanks for the note.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Rafter</title>
		<link>http://blog.mhartl.com/2008/07/28/running-rails-tests-with-autotest-zentest-and-rspec/#comment-157</link>
		<dc:creator>Jeff Rafter</dc:creator>
		<pubDate>Sat, 08 Nov 2008 22:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://insoshi.wordpress.com/?p=36#comment-157</guid>
		<description>It looks like you should also add AUTOTEST=true (to get the color back in your autotest). Some folks have also been hacking to just do this in their ENV[&quot;AUTOTEST&quot;] and ENV[&quot;RSPEC&quot;]</description>
		<content:encoded><![CDATA[<p>It looks like you should also add AUTOTEST=true (to get the color back in your autotest). Some folks have also been hacking to just do this in their ENV["AUTOTEST"] and ENV["RSPEC"]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
