<?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: hash bang cucumber</title>
	<atom:link href="http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<lastBuildDate>Sun, 14 Mar 2010 12:52:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Homer</title>
		<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/comment-page-1/#comment-192926</link>
		<dc:creator>Chris Homer</dc:creator>
		<pubDate>Sat, 26 Dec 2009 01:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=594#comment-192926</guid>
		<description>Maybe I&#039;m missing something but it seems to me the easiest is to hit Command-R from textmate (if you have the cucumber bundle).  I guess this requires you to be in the feature file though...</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m missing something but it seems to me the easiest is to hit Command-R from textmate (if you have the cucumber bundle).  I guess this requires you to be in the feature file though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Vit</title>
		<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/comment-page-1/#comment-190282</link>
		<dc:creator>Andrew Vit</dc:creator>
		<pubDate>Wed, 04 Nov 2009 21:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=594#comment-190282</guid>
		<description>Pasting and hitting return? Drag &amp; drop FTW!

Nice tip. Simple. Love it.</description>
		<content:encoded><![CDATA[<p>Pasting and hitting return? Drag &amp; drop FTW!</p>
<p>Nice tip. Simple. Love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/comment-page-1/#comment-188771</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Thu, 08 Oct 2009 02:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=594#comment-188771</guid>
		<description>Alias are good but you still need to type features/foo.feature 

I used this function that I called cu in zsh 

cucumber features/$1.feature:$2

in order to run the line 6 of the foo feature I just write 

cu foo 6</description>
		<content:encoded><![CDATA[<p>Alias are good but you still need to type features/foo.feature </p>
<p>I used this function that I called cu in zsh </p>
<p>cucumber features/$1.feature:$2</p>
<p>in order to run the line 6 of the foo feature I just write </p>
<p>cu foo 6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gordon Thiesfeld</title>
		<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/comment-page-1/#comment-188765</link>
		<dc:creator>Gordon Thiesfeld</dc:creator>
		<pubDate>Wed, 07 Oct 2009 20:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=594#comment-188765</guid>
		<description>In Windows

&gt;assoc .feature=CucumberFile
.feature=CucumberFile

&gt;ftype CucumberFile=C:\ruby\bin\cucumber.bat %1
CucumberFile=C:\ruby\bin\cucumber.bat %1

&gt;features\users_crud.feature</description>
		<content:encoded><![CDATA[<p>In Windows</p>
<p>&gt;assoc .feature=CucumberFile<br />
.feature=CucumberFile</p>
<p>&gt;ftype CucumberFile=C:\ruby\bin\cucumber.bat %1<br />
CucumberFile=C:\ruby\bin\cucumber.bat %1</p>
<p>&gt;features\users_crud.feature</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aslak Hellesøy</title>
		<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/comment-page-1/#comment-188764</link>
		<dc:creator>Aslak Hellesøy</dc:creator>
		<pubDate>Wed, 07 Oct 2009 20:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=594#comment-188764</guid>
		<description>Very cooool :-)</description>
		<content:encoded><![CDATA[<p>Very cooool <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bodaniel Jeanes</title>
		<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/comment-page-1/#comment-188734</link>
		<dc:creator>Bodaniel Jeanes</dc:creator>
		<pubDate>Wed, 07 Oct 2009 09:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=594#comment-188734</guid>
		<description>I did something similar using Fish Shell. I&#039;ve whipped up a blog post explaining it for anyone who uses Fish. Instead of making each feature file executable, it does the equivalent of Ruby&#039;s &quot;method_missing&quot; -- if a command given to fish isn&#039;t runnable it&#039;ll call a special script (which you write) which can then decide what to do.

Here&#039;s the blog post: http://bjeanes.com/2009/10/07/using-fish-shells-event-system-to-behave-like-method-missing</description>
		<content:encoded><![CDATA[<p>I did something similar using Fish Shell. I&#8217;ve whipped up a blog post explaining it for anyone who uses Fish. Instead of making each feature file executable, it does the equivalent of Ruby&#8217;s &#8220;method_missing&#8221; &#8212; if a command given to fish isn&#8217;t runnable it&#8217;ll call a special script (which you write) which can then decide what to do.</p>
<p>Here&#8217;s the blog post: <a href="http://bjeanes.com/2009/10/07/using-fish-shells-event-system-to-behave-like-method-missing" rel="nofollow">http://bjeanes.com/2009/10/07/using-fish-shells-event-system-to-behave-like-method-missing</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sr</title>
		<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/comment-page-1/#comment-188732</link>
		<dc:creator>sr</dc:creator>
		<pubDate>Wed, 07 Oct 2009 09:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=594#comment-188732</guid>
		<description>with zsh: alias -s feature=&quot;cucumber&quot;</description>
		<content:encoded><![CDATA[<p>with zsh: alias -s feature=&#8221;cucumber&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wilk</title>
		<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/comment-page-1/#comment-188730</link>
		<dc:creator>Joseph Wilk</dc:creator>
		<pubDate>Wed, 07 Oct 2009 08:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=594#comment-188730</guid>
		<description>Very nifty!

I&#039;ve been using another approach (as I was keen to keep the feature files pure). I created a formatter which extends the pretty formatter but in the comment line it outputs:

Scenario: We like cukes  #c features/blah.feature:20

Where c is aliased to cucumber.</description>
		<content:encoded><![CDATA[<p>Very nifty!</p>
<p>I&#8217;ve been using another approach (as I was keen to keep the feature files pure). I created a formatter which extends the pretty formatter but in the comment line it outputs:</p>
<p>Scenario: We like cukes  #c features/blah.feature:20</p>
<p>Where c is aliased to cucumber.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/comment-page-1/#comment-188723</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 07 Oct 2009 05:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=594#comment-188723</guid>
		<description>No no no, I love pasting and hitting return. Oh I love it so.</description>
		<content:encoded><![CDATA[<p>No no no, I love pasting and hitting return. Oh I love it so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2009/10/07/hash-bang-cucumber/comment-page-1/#comment-188722</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 07 Oct 2009 05:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=594#comment-188722</guid>
		<description>Danger is one of my middle names. Another middle name is &quot;um, that looks unnecessary&quot;.

Yes, the &#039;c&#039; alias might be better.</description>
		<content:encoded><![CDATA[<p>Danger is one of my middle names. Another middle name is &#8220;um, that looks unnecessary&#8221;.</p>
<p>Yes, the &#8216;c&#8217; alias might be better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
