<?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: Rails rake command to run a single unit test</title>
	<atom:link href="http://adamloving.com/internet-programming/rails-rake-command-to-run-one-test/feed" rel="self" type="application/rss+xml" />
	<link>http://adamloving.com/internet-programming/rails-rake-command-to-run-one-test</link>
	<description>Seattle social web developer and marketing hacker</description>
	<lastBuildDate>Wed, 02 May 2012 05:56:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: olivander</title>
		<link>http://adamloving.com/internet-programming/rails-rake-command-to-run-one-test/comment-page-1#comment-1853</link>
		<dc:creator>olivander</dc:creator>
		<pubDate>Tue, 23 Jun 2009 12:17:03 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>in my rails 2.3.2 environment
rake test TEST=/path/to/test 
runs the test three times

But 
rake test:units TEST=/path/to/test 
works fine.</description>
		<content:encoded><![CDATA[<p>in my rails 2.3.2 environment<br />
rake test TEST=/path/to/test<br />
runs the test three times</p>
<p>But<br />
rake test:units TEST=/path/to/test<br />
works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://adamloving.com/internet-programming/rails-rake-command-to-run-one-test/comment-page-1#comment-1770</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 13 May 2009 13:51:36 +0000</pubDate>
		<guid isPermaLink="false"></guid>
		<description>Not true, to invoke the rails environment, use:
rake test TEST=/path/to/test (i.e. rake test TEST=test/unit/accounts.rb)</description>
		<content:encoded><![CDATA[<p>Not true, to invoke the rails environment, use:<br />
rake test TEST=/path/to/test (i.e. rake test TEST=test/unit/accounts.rb)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

