<?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 plain text stories + webrat = chunky bacon!</title>
	<atom:link href="http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 03:47:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alexandre Mathieu (aka Kzeon)</title>
		<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/comment-page-1/#comment-3297</link>
		<dc:creator>Alexandre Mathieu (aka Kzeon)</dc:creator>
		<pubDate>Mon, 28 Sep 2009 23:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/#comment-3297</guid>
		<description>Dunno if the API changed, but according to http://gitrdoc.com/brynary/webrat/tree/master, 

&lt;code&gt;fills_in field, :with =&gt; value&lt;/code&gt;

should be

&lt;code&gt;fill_in field, :with =&gt; value&lt;/code&gt;

I suspect the API to have changed since 2008... ;)</description>
		<content:encoded><![CDATA[<p>Dunno if the API changed, but according to <a href="http://gitrdoc.com/brynary/webrat/tree/master" rel="nofollow">http://gitrdoc.com/brynary/webrat/tree/master</a>, </p>
<p><code>fills_in field, :with =&gt; value</code></p>
<p>should be</p>
<p><code>fill_in field, :with =&gt; value</code></p>
<p>I suspect the API to have changed since 2008&#8230; <img src='http://www.benmabey.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-06-24 &#171; Mike Does Tech</title>
		<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/comment-page-1/#comment-2619</link>
		<dc:creator>links for 2009-06-24 &#171; Mike Does Tech</dc:creator>
		<pubDate>Thu, 25 Jun 2009 00:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/#comment-2619</guid>
		<description>[...] rspec plain text stories + webrat = chunky bacon! • Blog Archive • Ben Mabey (tags: webrat tutorial tdd) [...]</description>
		<content:encoded><![CDATA[<p>[...] rspec plain text stories + webrat = chunky bacon! • Blog Archive • Ben Mabey (tags: webrat tutorial tdd) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voice1983</title>
		<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/comment-page-1/#comment-1251</link>
		<dc:creator>voice1983</dc:creator>
		<pubDate>Thu, 16 Oct 2008 06:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/#comment-1251</guid>
		<description>Thank you Ben for your help.You make my point clear...!!!</description>
		<content:encoded><![CDATA[<p>Thank you Ben for your help.You make my point clear&#8230;!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Mabey</title>
		<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/comment-page-1/#comment-1250</link>
		<dc:creator>Ben Mabey</dc:creator>
		<pubDate>Mon, 13 Oct 2008 15:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/#comment-1250</guid>
		<description>@voice1983
&quot;animals_path&quot; is a method call to the the RESTful route GET /animals generated by rails. (as defined in routes.rb) The rails routing path and and url methods are also made available in the stories.  To see a full list of available routes in this and other rails projects type &quot;rake routes&quot; at the project&#039;s root dir.  HTH

-Ben</description>
		<content:encoded><![CDATA[<p>@voice1983<br />
&#8220;animals_path&#8221; is a method call to the the RESTful route GET /animals generated by rails. (as defined in routes.rb) The rails routing path and and url methods are also made available in the stories.  To see a full list of available routes in this and other rails projects type &#8220;rake routes&#8221; at the project&#8217;s root dir.  HTH</p>
<p>-Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voice1983</title>
		<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/comment-page-1/#comment-1249</link>
		<dc:creator>voice1983</dc:creator>
		<pubDate>Mon, 13 Oct 2008 10:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/#comment-1249</guid>
		<description>Very Nice work Ben Mabey..!!
I really like your example and i am working around that.I have one question to you.i am unable to get it from your example.what the parameter &quot;animals_path&quot; mean(in animals/stories/steps/animals_steps.rb file) ?...can u explain to me?</description>
		<content:encoded><![CDATA[<p>Very Nice work Ben Mabey..!!<br />
I really like your example and i am working around that.I have one question to you.i am unable to get it from your example.what the parameter &#8220;animals_path&#8221; mean(in animals/stories/steps/animals_steps.rb file) ?&#8230;can u explain to me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Fresh Cup &#187; Blog Archive &#187; Double Shot #304</title>
		<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/comment-page-1/#comment-1241</link>
		<dc:creator>A Fresh Cup &#187; Blog Archive &#187; Double Shot #304</dc:creator>
		<pubDate>Thu, 02 Oct 2008 10:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/#comment-1241</guid>
		<description>[...] rspec plain text stories + webrat = chunky bacon - I&#8217;m scouring the net to figure out best practices for cucumber stories; there&#8217;s not much out there. This was helpful. [...]</description>
		<content:encoded><![CDATA[<p>[...] rspec plain text stories + webrat = chunky bacon &#8211; I&#8217;m scouring the net to figure out best practices for cucumber stories; there&#8217;s not much out there. This was helpful. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Foeken</title>
		<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/comment-page-1/#comment-1060</link>
		<dc:creator>Andre Foeken</dc:creator>
		<pubDate>Tue, 19 Aug 2008 18:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/#comment-1060</guid>
		<description>I think we might have the next phase on our blog right now. Webrat Prebuilt Story steps... Check them out!</description>
		<content:encoded><![CDATA[<p>I think we might have the next phase on our blog right now. Webrat Prebuilt Story steps&#8230; Check them out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoeSniff &#187; Blog Archive &#187; Telling a good story - Rspec stories from the trenches</title>
		<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/comment-page-1/#comment-1058</link>
		<dc:creator>JoeSniff &#187; Blog Archive &#187; Telling a good story - Rspec stories from the trenches</dc:creator>
		<pubDate>Fri, 15 Aug 2008 16:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/#comment-1058</guid>
		<description>[...] http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/" rel="nofollow">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Mabey</title>
		<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/comment-page-1/#comment-982</link>
		<dc:creator>Ben Mabey</dc:creator>
		<pubDate>Wed, 06 Aug 2008 17:23:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/#comment-982</guid>
		<description>@Jay
Yeah, the spec command is only for rspec examples and not for stories.  I should of mentioned that the &#039;ruby&#039; command is the way to run the stories, thanks for pointing it out.</description>
		<content:encoded><![CDATA[<p>@Jay<br />
Yeah, the spec command is only for rspec examples and not for stories.  I should of mentioned that the &#8216;ruby&#8217; command is the way to run the stories, thanks for pointing it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Levitt</title>
		<link>http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/comment-page-1/#comment-980</link>
		<dc:creator>Jay Levitt</dc:creator>
		<pubDate>Wed, 06 Aug 2008 16:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/#comment-980</guid>
		<description>Yeah, um, don&#039;t do that thing I did (deleting and recreating the two plugins).  It&#039;ll give you a weird &quot;no implicit conversion&quot; integer.

Instead, just know that you run stories with &lt;code&gt;ruby stories/animals_without_webrat.rb&lt;/code&gt;, not &lt;code&gt;spec stories/animals_without_webrat.rb&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Yeah, um, don&#8217;t do that thing I did (deleting and recreating the two plugins).  It&#8217;ll give you a weird &#8220;no implicit conversion&#8221; integer.</p>
<p>Instead, just know that you run stories with <code>ruby stories/animals_without_webrat.rb</code>, not <code>spec stories/animals_without_webrat.rb</code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
