<?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: Rspec Test render(:nothing = true)</title>
	<atom:link href="http://netinlet.com/article/2008/03/31/rspec-test-rendernothing-true/feed/" rel="self" type="application/rss+xml" />
	<link>http://netinlet.com/article/2008/03/31/rspec-test-rendernothing-true/</link>
	<description>doug's mostly ignored place on the web</description>
	<lastBuildDate>Mon, 23 Aug 2010 02:49:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rodrigo Flores</title>
		<link>http://netinlet.com/article/2008/03/31/rspec-test-rendernothing-true/comment-page-1/#comment-2661</link>
		<dc:creator>Rodrigo Flores</dc:creator>
		<pubDate>Mon, 23 Aug 2010 02:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://netinlet.com/?p=129#comment-2661</guid>
		<description>John

It does not return a empty string, but a string with only one space (&quot; &quot;).

The equivalent/cleaner/better is:

response.body.should be_blank</description>
		<content:encoded><![CDATA[<p>John</p>
<p>It does not return a empty string, but a string with only one space (&#8221; &#8220;).</p>
<p>The equivalent/cleaner/better is:</p>
<p>response.body.should be_blank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://netinlet.com/article/2008/03/31/rspec-test-rendernothing-true/comment-page-1/#comment-2614</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 04 Aug 2010 09:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://netinlet.com/?p=129#comment-2614</guid>
		<description>This might be equivalent/cleaner/better:

response.body.should be_empty</description>
		<content:encoded><![CDATA[<p>This might be equivalent/cleaner/better:</p>
<p>response.body.should be_empty</p>
]]></content:encoded>
	</item>
</channel>
</rss>

