<?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: rails 2 day 3: behavior-driven development</title>
	<atom:link href="http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/</link>
	<description>Sarah Allen's reflections on internet software and other topics</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:04:58 -0800</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sarah</title>
		<link>http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/comment-page-1/#comment-459</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Mon, 23 Feb 2009 15:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/#comment-459</guid>
		<description>To resolve the missing &#039;a&#039; issue, see:  http://wiki.github.com/aslakhellesoy/cucumber/troubleshooting</description>
		<content:encoded><![CDATA[<p>To resolve the missing &#8216;a&#8217; issue, see:  <a href="http://wiki.github.com/aslakhellesoy/cucumber/troubleshooting" rel="nofollow">http://wiki.github.com/aslakhellesoy/cucumber/troubleshooting</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Platte</title>
		<link>http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/comment-page-1/#comment-457</link>
		<dc:creator>Matthew Platte</dc:creator>
		<pubDate>Mon, 23 Feb 2009 04:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/#comment-457</guid>
		<description>The missing &quot;a&quot; on Windows is a known bug (I&#039;m too lazy to provide a url).</description>
		<content:encoded><![CDATA[<p>The missing &#8220;a&#8221; on Windows is a known bug (I&#8217;m too lazy to provide a url).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shane smith</title>
		<link>http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/comment-page-1/#comment-456</link>
		<dc:creator>shane smith</dc:creator>
		<pubDate>Sun, 22 Feb 2009 21:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/#comment-456</guid>
		<description>Thank you for this tutorial.
Webrat now has a &quot;When I go to(.+)$/&quot; step.
If you put the path webrat should visit in features/support/paths.rb, then webrat should be able to folow the &quot;When I go to the tasks page&quot; directive.</description>
		<content:encoded><![CDATA[<p>Thank you for this tutorial.<br />
Webrat now has a &#8220;When I go to(.+)$/&#8221; step.<br />
If you put the path webrat should visit in features/support/paths.rb, then webrat should be able to folow the &#8220;When I go to the tasks page&#8221; directive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hoornet</title>
		<link>http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/comment-page-1/#comment-454</link>
		<dc:creator>Hoornet</dc:creator>
		<pubDate>Sun, 22 Feb 2009 15:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/#comment-454</guid>
		<description>Hello! I have another problem on winXP. After running rake featurer in your &quot;Describe a Feature&quot; chapter, this is what I got. It&#039;s OK, but there are no letters &#039;a&#039; !!!!!
Any ideas?

Code begin:

E:\SOURCE\RAILS\rails-2-day-3-behavior-driven-development\todolist&gt;rake features

(in E:/SOURCE/RAILS/rails-2-day-3-behavior-driven-development/todolist)
´??  # fetures/tsklist.feture
Feture: Tsks
In order to keep trck of tsks
People should be ble to
Crete  list of tsks
  Scenrio: List Tsks                         # fetures/tsklist.feture:7
    Given tht I hve creted  tsk &quot;tsk 1&quot;  # fetures/tsklist.feture:8
    When I go to the tsks pge                # fetures/step_definitions/webrt_st
eps.rb:6
    Then I should see &quot;tsk 1&quot;                 # fetures/step_definitions/webrt_s
teps.rb:89


1 scenrio
2 steps skipped
1 step pending (1 with no step definition)

You cn use these snippets to implement pending steps which hve no step definitio
n:

Given /^tht I hve creted  tsk &quot;tsk 1&quot;$/ do
end


E:\SOURCE\RAILS\rails-2-day-3-behavior-driven-development\todolist&gt;</description>
		<content:encoded><![CDATA[<p>Hello! I have another problem on winXP. After running rake featurer in your &#8220;Describe a Feature&#8221; chapter, this is what I got. It&#8217;s OK, but there are no letters &#8216;a&#8217; !!!!!<br />
Any ideas?</p>
<p>Code begin:</p>
<p>E:\SOURCE\RAILS\rails-2-day-3-behavior-driven-development\todolist&gt;rake features</p>
<p>(in E:/SOURCE/RAILS/rails-2-day-3-behavior-driven-development/todolist)<br />
´??  # fetures/tsklist.feture<br />
Feture: Tsks<br />
In order to keep trck of tsks<br />
People should be ble to<br />
Crete  list of tsks<br />
  Scenrio: List Tsks                         # fetures/tsklist.feture:7<br />
    Given tht I hve creted  tsk &#8220;tsk 1&#8243;  # fetures/tsklist.feture:8<br />
    When I go to the tsks pge                # fetures/step_definitions/webrt_st<br />
eps.rb:6<br />
    Then I should see &#8220;tsk 1&#8243;                 # fetures/step_definitions/webrt_s<br />
teps.rb:89</p>
<p>1 scenrio<br />
2 steps skipped<br />
1 step pending (1 with no step definition)</p>
<p>You cn use these snippets to implement pending steps which hve no step definitio<br />
n:</p>
<p>Given /^tht I hve creted  tsk &#8220;tsk 1&#8243;$/ do<br />
end</p>
<p>E:\SOURCE\RAILS\rails-2-day-3-behavior-driven-development\todolist&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Roche</title>
		<link>http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/comment-page-1/#comment-427</link>
		<dc:creator>Ted Roche</dc:creator>
		<pubDate>Fri, 06 Feb 2009 21:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/#comment-427</guid>
		<description>Great tutorial. However, webrat has gotten ahead of you, I think. With webrat 1.12, it generated a 

#When /^I go to (.+)$/ do &#124;page_name&#124;
#  visit path_to(page_name)
#end

which I just commented out to finish the tutorial. Properly, I suspect I should have worked out path_to, but I was focused on making the tutorial work...</description>
		<content:encoded><![CDATA[<p>Great tutorial. However, webrat has gotten ahead of you, I think. With webrat 1.12, it generated a </p>
<p>#When /^I go to (.+)$/ do |page_name|<br />
#  visit path_to(page_name)<br />
#end</p>
<p>which I just commented out to finish the tutorial. Properly, I suspect I should have worked out path_to, but I was focused on making the tutorial work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Darling</title>
		<link>http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/comment-page-1/#comment-411</link>
		<dc:creator>Joe Darling</dc:creator>
		<pubDate>Tue, 03 Feb 2009 19:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/#comment-411</guid>
		<description>Great tutorial. I have been really struggling to find this type of step by step guide that is both up to date and covers BDD.  Thanks very much.

Two minor things:  When I did the rake db:migrate only the development database was migrated and the tests are run on production by default.  Once I changed RAILS_ENV and ran the migration again all worked.

Second: I think the webrat dependency problem has been sorted out.  I just used the gem install version and the example worked OK.</description>
		<content:encoded><![CDATA[<p>Great tutorial. I have been really struggling to find this type of step by step guide that is both up to date and covers BDD.  Thanks very much.</p>
<p>Two minor things:  When I did the rake db:migrate only the development database was migrated and the tests are run on production by default.  Once I changed RAILS_ENV and ran the migration again all worked.</p>
<p>Second: I think the webrat dependency problem has been sorted out.  I just used the gem install version and the example worked OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah Allen's Weblog</title>
		<link>http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/comment-page-1/#comment-321</link>
		<dc:creator>Sarah Allen's Weblog</dc:creator>
		<pubDate>Sat, 27 Dec 2008 15:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultrasaurus.com/sarahblog/2008/12/rails-2-day-3-behavior-driven-development/#comment-321</guid>
		<description>&lt;strong&gt;situated learning through open source&lt;/strong&gt;

I just read Situated Learning: Legitimate Peripheral Participation by Jean Lave and Etienne Wenger, which I put on my wish list since I am a total geek about theories of how people learn, particularly with regard to social learning. It&#039;s a challenging ...
</description>
		<content:encoded><![CDATA[<p><strong>situated learning through open source</strong></p>
<p>I just read Situated Learning: Legitimate Peripheral Participation by Jean Lave and Etienne Wenger, which I put on my wish list since I am a total geek about theories of how people learn, particularly with regard to social learning. It&#8217;s a challenging &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
