<?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 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>
	<lastBuildDate>Fri, 05 Mar 2010 19:33:43 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Brandan Lennox</title>
		<link>http://www.pathf.com/blogs/2007/12/rspec-and-rails/comment-page-1/#comment-4581</link>
		<dc:creator>Brandan Lennox</dc:creator>
		<pubDate>Thu, 18 Dec 2008 20:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=126#comment-4581</guid>
		<description>Thanks for this, Noel! I was having trouble figuring out how to initialize my form builder in the spec, and this cleared it right up.</description>
		<content:encoded><![CDATA[<p>Thanks for this, Noel! I was having trouble figuring out how to initialize my form builder in the spec, and this cleared it right up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alister Lee</title>
		<link>http://www.pathf.com/blogs/2007/12/rspec-and-rails/comment-page-1/#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-page-1/#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&#039;t getting the object from the Builder. I had to do something like this:

&lt;code&gt;f.custom_field :shortname, :object =&gt; @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, <img src='http://www.pathf.com/blogs/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> bject =&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-page-1/#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&#039;re totally right, there aren&#039;t enough articles about how wonderful RSpec is.  I&#039;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>

<!-- Dynamic page generated in 0.250 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-16 14:36:39 -->
