<?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: Some functional testing gotchas in Ruby on Rails</title>
	<atom:link href="http://blog.codefront.net/2006/09/03/some-functional-testing-gotchas-in-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codefront.net/2006/09/03/some-functional-testing-gotchas-in-ruby-on-rails/</link>
	<description>Rails, Firefox, Anime, Mac</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:55:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Millarian &#187; Blog Archive &#187; Ruby on Rails Testing &#8211; flash.now gotcha</title>
		<link>http://blog.codefront.net/2006/09/03/some-functional-testing-gotchas-in-ruby-on-rails/comment-page-1/#comment-721833</link>
		<dc:creator>Millarian &#187; Blog Archive &#187; Ruby on Rails Testing &#8211; flash.now gotcha</dc:creator>
		<pubDate>Thu, 02 Jul 2009 03:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2006/09/03/some-functional-testing-gotchas-in-ruby-on-rails/#comment-721833</guid>
		<description>[...] the value out in your tests. There is a workaround though. It is discussed on the Rails wiki and on Chu Yeow&#8217;s Redemption in a Blog. So what is the [...]</description>
		<content:encoded><![CDATA[<p>[...] the value out in your tests. There is a workaround though. It is discussed on the Rails wiki and on Chu Yeow&#8217;s Redemption in a Blog. So what is the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chu Yeow</title>
		<link>http://blog.codefront.net/2006/09/03/some-functional-testing-gotchas-in-ruby-on-rails/comment-page-1/#comment-99305</link>
		<dc:creator>Chu Yeow</dc:creator>
		<pubDate>Thu, 25 Jan 2007 02:00:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2006/09/03/some-functional-testing-gotchas-in-ruby-on-rails/#comment-99305</guid>
		<description>Ahh thanks for the tip Choon Keat. Must have been a Railism, didn&#039;t see it in the Ruby API :s</description>
		<content:encoded><![CDATA[<p>Ahh thanks for the tip Choon Keat. Must have been a Railism, didn&#8217;t see it in the Ruby API :s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: choonkeat</title>
		<link>http://blog.codefront.net/2006/09/03/some-functional-testing-gotchas-in-ruby-on-rails/comment-page-1/#comment-99301</link>
		<dc:creator>choonkeat</dc:creator>
		<pubDate>Thu, 25 Jan 2007 01:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2006/09/03/some-functional-testing-gotchas-in-ruby-on-rails/#comment-99301</guid>
		<description>you can try &lt;code&gt;object.blank?&lt;/code&gt; instead of &lt;code&gt;object.nil? &#124;&#124; object.empty?&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>you can try <code>object.blank?</code> instead of <code>object.nil? || object.empty?</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Millarian &#187; Blog Archive &#187; Testing - flash.now gotcha</title>
		<link>http://blog.codefront.net/2006/09/03/some-functional-testing-gotchas-in-ruby-on-rails/comment-page-1/#comment-99103</link>
		<dc:creator>Millarian &#187; Blog Archive &#187; Testing - flash.now gotcha</dc:creator>
		<pubDate>Wed, 24 Jan 2007 18:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2006/09/03/some-functional-testing-gotchas-in-ruby-on-rails/#comment-99103</guid>
		<description>[...] Turns out that flash.now is cleared after it is rendered in the view. That means you cannot get the value out in your tests. There is a workaround though. It is discussed on the Rails wiki and on Chu Yeow&#8217;s blog. So what is the workaround? [...]</description>
		<content:encoded><![CDATA[<p>[...] Turns out that flash.now is cleared after it is rendered in the view. That means you cannot get the value out in your tests. There is a workaround though. It is discussed on the Rails wiki and on Chu Yeow&#8217;s blog. So what is the workaround? [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
