<?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"
	>
<channel>
	<title>Comments on: RSpec and Rails Custom Form Builders</title>
	<atom:link href="http://www.pathf.com/blogs/2007/12/rspec-and-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2007/12/rspec-and-rails/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<pubDate>Fri, 05 Dec 2008 18:23:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Alister Lee</title>
		<link>http://www.pathf.com/blogs/2007/12/rspec-and-rails/#comment-2997</link>
		<dc:creator>Alister Lee</dc:creator>
		<pubDate>Wed, 13 Aug 2008 13:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=126#comment-2997</guid>
		<description>This post really helped me out getting started spec-ing FormBuilders. Many thanks.</description>
		<content:encoded><![CDATA[<p>This post really helped me out getting started spec-ing FormBuilders. Many thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate Clark</title>
		<link>http://www.pathf.com/blogs/2007/12/rspec-and-rails/#comment-2435</link>
		<dc:creator>Nate Clark</dc:creator>
		<pubDate>Tue, 15 Jul 2008 22:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=126#comment-2435</guid>
		<description>Great article, thank you!
This made testing my custom form builder tag much easier. However, for some reason, my custom form tag wasn't getting the object from the Builder. I had to do something like this:

&lt;code&gt;f.custom_field :shortname, :object =&#62; @object&lt;/code&gt;

This got it working in Rspec. Thanks!</description>
		<content:encoded><![CDATA[<p>Great article, thank you!<br />
This made testing my custom form builder tag much easier. However, for some reason, my custom form tag wasn&#8217;t getting the object from the Builder. I had to do something like this:</p>
<p><code>f.custom_field :shortname, :object =&gt; @object</code></p>
<p>This got it working in Rspec. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.pathf.com/blogs/2007/12/rspec-and-rails/#comment-155</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 10 Mar 2008 11:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=126#comment-155</guid>
		<description>&lt;p&gt;Great post!&lt;/p&gt;

&lt;p&gt;You're totally right, there aren't enough articles about how wonderful RSpec is.  I'm hoping that the Rails team may eventually make RSpec a first-class citizen, and perhaps the default testing framework for Rails.&lt;/p&gt;

&lt;p&gt;That said, I have nothing against Test::Unit, but after having worked with RSpec a while now, I just seems so much more expressive and declarative.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Great post!</p>
<p>You&#8217;re totally right, there aren&#8217;t enough articles about how wonderful RSpec is.  I&#8217;m hoping that the Rails team may eventually make RSpec a first-class citizen, and perhaps the default testing framework for Rails.</p>
<p>That said, I have nothing against Test::Unit, but after having worked with RSpec a while now, I just seems so much more expressive and declarative.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
