<?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>Brightbox Blog &#187; cucumber</title>
	<atom:link href="http://blog.brightbox.co.uk/tag/cucumber/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brightbox.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 12:56:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Using RSpec, Cucumber and User stories to build our internal systems</title>
		<link>http://blog.brightbox.co.uk/posts/using-rspec-cucumber-and-user-stories-to-build-our-internal-systems</link>
		<comments>http://blog.brightbox.co.uk/posts/using-rspec-cucumber-and-user-stories-to-build-our-internal-systems#comments</comments>
		<pubDate>Fri, 21 Nov 2008 17:43:47 +0000</pubDate>
		<dc:creator>Rahoul Baruah</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[behaviour driven development]]></category>
		<category><![CDATA[cucumber]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[software development]]></category>
		<category><![CDATA[test driven development]]></category>
		<category><![CDATA[user stories]]></category>

		<guid isPermaLink="false">http://blog.brightbox.co.uk/?p=234</guid>
		<description><![CDATA[Here at Brightbox we are making heavy use of RSpec and Cucumber as we develop our next generation internal systems. These let us write specifications, in English and in code, for how the systems should behave. The specifications document the system for future reference and provide an automated test suite to prove that things are [...]]]></description>
			<content:encoded><![CDATA[<p>Here at Brightbox we are making heavy use of <a href="http://rspec.info/" target="_blank">RSpec</a> and <a href="http://github.com/aslakhellesoy/cucumber/tree/master" target="_blank">Cucumber</a> as we develop our next generation internal systems.  These let us write specifications, in English and in code, for how the systems should behave.  The specifications document the system for future reference and provide an automated test suite to prove that things are working as they should.</p>
<p>We chose RSpec because of its philosophy of &#8220;getting the words right&#8221;; code is often easier to write than it is read.  As these specifications are also our internal documentation they <em>must</em> be easy to read as well.</p>
<p>However, as some of this Behaviour-Driven and Story-Driven development is pretty new, there isn&#8217;t much guidance on best practice, especially when it comes to the &#8220;User Stories&#8221; (which form the basis of the system&#8217;s acceptance tests).  With that in mind, we thought we&#8217;d share our basic process we follow for each new feature.</p>
<div id="__ss_775444" style="width: 425px; text-align: left;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=rspec-user-stories-1227282976892036-9&amp;stripped_title=rspec-user-stories-presentation" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slideshare.net/swf/ssplayer2.swf?doc=rspec-user-stories-1227282976892036-9&amp;stripped_title=rspec-user-stories-presentation" allowscriptaccess="always" allowfullscreen="true"></embed></object> </div>
<p>(Download the original presentation <a href="http://www.slideshare.net/rahoulb/rspec-user-stories-presentation/download">here</a>)</p>
<p>By the way, there&#8217;s a very subtle bug in the code; no prizes if you spot it!</p>]]></content:encoded>
			<wfw:commentRss>http://blog.brightbox.co.uk/posts/using-rspec-cucumber-and-user-stories-to-build-our-internal-systems/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

