<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Netinlet &#187; rspec rails test</title>
	<atom:link href="http://netinlet.com/article/tag/rspec-rails-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://netinlet.com</link>
	<description>doug's mostly ignored place on the web</description>
	<lastBuildDate>Wed, 20 May 2009 21:03:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Rspec Test render(:nothing = true)</title>
		<link>http://netinlet.com/article/2008/03/31/rspec-test-rendernothing-true/</link>
		<comments>http://netinlet.com/article/2008/03/31/rspec-test-rendernothing-true/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 02:15:00 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[rspec rails test]]></category>

		<guid isPermaLink="false">http://netinlet.com/?p=129</guid>
		<description><![CDATA[I was trying to test one of my controllers was successfully hitting the render(:nothing = true) block. I could not find anything specifically in the API which handled this senario, so I ended up using have_text with a space as an argument. @response.should have_text(&#34; &#34;)]]></description>
			<content:encoded><![CDATA[<p>I was trying to test one of my controllers was successfully hitting the render(:nothing = true) block.  I could not find anything specifically in the <span class="caps">API</span> which handled this senario, so I ended up using have_text with a space as an argument.</p>
<p>
<code>@response.should have_text(&quot; &quot;)</code></p>
]]></content:encoded>
			<wfw:commentRss>http://netinlet.com/article/2008/03/31/rspec-test-rendernothing-true/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
