<?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: Rapid Test Feedback</title>
	<atom:link href="http://www.dweebd.com/ruby/rapid-test-feedback/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dweebd.com/ruby/rapid-test-feedback/</link>
	<description>Web Freshness</description>
	<lastBuildDate>Mon, 05 Jul 2010 23:44:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: duncanbeevers</title>
		<link>http://www.dweebd.com/ruby/rapid-test-feedback/comment-page-1/#comment-173</link>
		<dc:creator>duncanbeevers</dc:creator>
		<pubDate>Wed, 09 Jul 2008 21:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dweebd.com/?p=45#comment-173</guid>
		<description>Beauty; hadn&#039;t seen that gem before.  Does exactly what I wanted.

Install &lt;a href=&quot;http://rubyforge.org/projects/codeforpeople&quot; rel=&quot;nofollow&quot;&gt;turn&lt;/a&gt; and &lt;a href=&quot;http://facets.rubyforge.org/&quot; rel=&quot;nofollow&quot;&gt;facets&lt;/a&gt; to enable output colorization.
&lt;code lang=&quot;bash&quot;&gt;
sudo gem install turn
sudo gem install facets # for turn output colorization
&lt;/code&gt;

Load turn for your tests if its available by adding this to test/test_helper.rb
&lt;code lang=&quot;ruby&quot;&gt;
begin
  require &#039;turn&#039;
rescue LoadError
end
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Beauty; hadn&#8217;t seen that gem before.  Does exactly what I wanted.</p>
<p>Install <a href="http://rubyforge.org/projects/codeforpeople" rel="nofollow">turn</a> and <a href="http://facets.rubyforge.org/" rel="nofollow">facets</a> to enable output colorization.<br />
<pre class="bash"><span class="kw2">sudo</span> gem <span class="kw2">install</span> turn
<span class="kw2">sudo</span> gem <span class="kw2">install</span> facets <span class="co0"># for turn output colorization</span></pre></p>
<p>Load turn for your tests if its available by adding this to test/test_helper.rb<br />
<pre class="ruby"><span class="kw1">begin</span>
  <span class="kw3">require</span> <span class="st0">'turn'</span>
<span class="kw1">rescue</span> <span class="kw4">LoadError</span>
<span class="kw1">end</span></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Friedrich</title>
		<link>http://www.dweebd.com/ruby/rapid-test-feedback/comment-page-1/#comment-172</link>
		<dc:creator>Jan Friedrich</dc:creator>
		<pubDate>Wed, 09 Jul 2008 14:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dweebd.com/?p=45#comment-172</guid>
		<description>Have a look at &lt;a href=&quot;http://www.ruby-forum.com/topic/87806#167820&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;turn&lt;/b&gt;&lt;/a&gt; which addresses the same problem and generate a nice formated output of the test results.</description>
		<content:encoded><![CDATA[<p>Have a look at <a href="http://www.ruby-forum.com/topic/87806#167820" rel="nofollow"><b>turn</b></a> which addresses the same problem and generate a nice formated output of the test results.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
