<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Life Of A Radar &#187; cucumber</title>
	<atom:link href="http://ryanbigg.com/tag/cucumber/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryanbigg.com</link>
	<description>Life &#38; Everything Else</description>
	<lastBuildDate>Tue, 27 Jul 2010 10:12:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cucumber Failing Scenarios</title>
		<link>http://ryanbigg.com/2009/06/cucumber-failing-scenario/</link>
		<comments>http://ryanbigg.com/2009/06/cucumber-failing-scenario/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 07:03:13 +0000</pubDate>
		<dc:creator>Radar</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[cucumber]]></category>

		<guid isPermaLink="false">http://frozenplague.net/?p=600</guid>
		<description><![CDATA[I submitted a ticket for Cucumber, and I hope that it gets accepted: I encountered a problem when I was using cucumber today. I changed a small detail in one of my Rails controllers and when I ran the features many of them turned red! Disaster! So I scrolled back up, found one that was [...]]]></description>
			<content:encoded><![CDATA[<p>I submitted <a href='https://rspec.lighthouseapp.com/projects/16211/tickets/360-console-output-of-failing-scenarios'>a ticket</a> for Cucumber, and I hope that it gets accepted:</p>

<blockquote>I encountered a problem when I was using cucumber today. I changed a small detail in one of my Rails controllers and when I ran the features many of them turned red! Disaster! So I scrolled back up, found one that was failing and copy and pasted the file:line syntax into the cucumber command and made them all work!

What I didn&#8217;t like about this process was that I had to scroll back up through a mixed mountain of red and green features. I only wanted to know which of my features were failing. Trudging through this mess, I thought &#8220;If only cucumber showed me the failing features in the summary, along with all the other useful information it displays there&#8221; and then I remembered &#8220;Cucumber is an open-source project, I could fork it and add it during my spare time!&#8221;.

So I did.

My commit that adds this functionality is added here: http://github.com/radar/cucumber&#8230; for all to gaze upon, criticise and ideally improve upon. At the moment it does everything but exceptions that are raised during Scenarios, something I intend to look on later this evening or perhaps one of you lovely people could do that.

I&#8217;d really love to see this merged into the core since I believe (along with my coworkers and friends) this is &#8220;extremely fucking useful&#8221;.

Thanks for reading!</blockquote>

<p>And now the <a href='http://github.com/aslakhellesoy/cucumber/commit/34bc9bf5f4e4b9de55508086092af097dffc7548'>ticket&#8217;s been accepted</a> and applied! Thanks to Aslak for this!</p>
]]></content:encoded>
			<wfw:commentRss>http://ryanbigg.com/2009/06/cucumber-failing-scenario/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
