<?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: Ruby unit testing &#8211; run only one test</title>
	<atom:link href="http://justinramel.com/2006/12/05/ruby-unit-testing-run-only-one-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://justinramel.com/2006/12/05/ruby-unit-testing-run-only-one-test/</link>
	<description>A list of stuff I should remember but never do</description>
	<lastBuildDate>Mon, 26 Jul 2010 11:15:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: hottiehair</title>
		<link>http://justinramel.com/2006/12/05/ruby-unit-testing-run-only-one-test/comment-page-1/#comment-111</link>
		<dc:creator>hottiehair</dc:creator>
		<pubDate>Thu, 17 Apr 2008 00:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/12/05/ruby-unit-testing-run-only-one-test/#comment-111</guid>
		<description>Perfect was curious on how to properly test.</description>
		<content:encoded><![CDATA[<p>Perfect was curious on how to properly test.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger pack</title>
		<link>http://justinramel.com/2006/12/05/ruby-unit-testing-run-only-one-test/comment-page-1/#comment-112</link>
		<dc:creator>roger pack</dc:creator>
		<pubDate>Thu, 15 Nov 2007 05:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/12/05/ruby-unit-testing-run-only-one-test/#comment-112</guid>
		<description>Note that each test must begin with the word test_xxx for it to run it.</description>
		<content:encoded><![CDATA[<p>Note that each test must begin with the word test_xxx for it to run it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://justinramel.com/2006/12/05/ruby-unit-testing-run-only-one-test/comment-page-1/#comment-114</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 18 Sep 2007 16:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/12/05/ruby-unit-testing-run-only-one-test/#comment-114</guid>
		<description>Kumaran, you can do this by putting a --name (or -n) in front of each test name:

ruby test_mytestcase.rb -n test_1 -n test_2

Hope that helps,
-Matt</description>
		<content:encoded><![CDATA[<p>Kumaran, you can do this by putting a &#8211;name (or -n) in front of each test name:</p>
<p>ruby test_mytestcase.rb -n test_1 -n test_2</p>
<p>Hope that helps,<br />
-Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumaran</title>
		<link>http://justinramel.com/2006/12/05/ruby-unit-testing-run-only-one-test/comment-page-1/#comment-115</link>
		<dc:creator>Kumaran</dc:creator>
		<pubDate>Wed, 12 Sep 2007 14:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://justinram.wordpress.com/2006/12/05/ruby-unit-testing-run-only-one-test/#comment-115</guid>
		<description>Hello justin!

    I&#039;m new to this  testing in ruby, can u plz tell me how to apply more than one test case at a time.Plz explain me with an example.</description>
		<content:encoded><![CDATA[<p>Hello justin!</p>
<p>    I&#8217;m new to this  testing in ruby, can u plz tell me how to apply more than one test case at a time.Plz explain me with an example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
