<?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>Joseph Wilk</title>
	<atom:link href="http://blog.josephwilk.net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.josephwilk.net</link>
	<description>on AI, The Web, Usability, Testing &#38; Software process</description>
	<lastBuildDate>Fri, 05 Jun 2009 20:19:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mind the gap &#8211; European Software Tester magazine article</title>
		<link>http://blog.josephwilk.net/ruby/mind-the-gap-european-software-tester-magazine-article.html</link>
		<comments>http://blog.josephwilk.net/ruby/mind-the-gap-european-software-tester-magazine-article.html#comments</comments>
		<pubDate>Thu, 04 Jun 2009 19:29:08 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=926</guid>
		<description><![CDATA[I recently wrote an article for &#8216;The European Software Tester&#8217; magazine which looked at ways Cucumber, Acceptance tests in general and practices around Behaviour Driven Development can help avoid the gap between what the customer wants and what they get. I&#8217;m happy to say the article has been published and is also available digitally:
European Software Tester &#8211; [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/mind-the-gap-european-software-tester-magazine-article.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cucumber, Tags and Continuous Integration oh my!</title>
		<link>http://blog.josephwilk.net/ruby/cucumber-tags-and-continuous-integration-oh-my.html</link>
		<comments>http://blog.josephwilk.net/ruby/cucumber-tags-and-continuous-integration-oh-my.html#comments</comments>
		<pubDate>Sun, 12 Apr 2009 12:56:08 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=791</guid>
		<description><![CDATA[We want to be able to commit our code frequently to prevent merge headaches.
&#8220;the longer you wait, the more your code will diverge from your teammates. If you don&#8217;t commit often you rob them of the opportunity to reduce merge hell.&#8221; Aslak Hellesøy
When dealing with Cucumber and Features/Scenarios we may find we want to commit [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/cucumber-tags-and-continuous-integration-oh-my.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outside-in Development with Cucumber and Rspec</title>
		<link>http://blog.josephwilk.net/ruby/outside-in-development-with-cucumber-and-rspec.html</link>
		<comments>http://blog.josephwilk.net/ruby/outside-in-development-with-cucumber-and-rspec.html#comments</comments>
		<pubDate>Mon, 30 Mar 2009 15:59:11 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[BDD]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Rspec]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=783</guid>
		<description><![CDATA[I was speaking in Edinburgh at Scotland on Rails 2009 about Cucumber and Rspec. 
You can watch the recorded full talk. 
I&#8217;ve also posted the slides from the presentation and uploaded the screencasts used in the presentation in both high and low resolutions. They are accessible from links within the presentation.

Here are some of the [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/outside-in-development-with-cucumber-and-rspec.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://scotland-on-rails.s3.amazonaws.com/1A06_JosephWilk-SOR.mp4" length="217811546" type="video/mp4" />
		</item>
		<item>
		<title>Cucumber waves goodbye to GivenScenario</title>
		<link>http://blog.josephwilk.net/ruby/cucumber-waves-goodbye-to-givenscenario.html</link>
		<comments>http://blog.josephwilk.net/ruby/cucumber-waves-goodbye-to-givenscenario.html#comments</comments>
		<pubDate>Mon, 16 Feb 2009 20:48:41 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=646</guid>
		<description><![CDATA[Cucumber as of version 0.2 has removed the GivenScenario feature. GivenScenario was introduced in the original story runner to allow calling a scenario from another within the same feature.
Scenario: setup
  Given ...

 Scenario: example
   GivenScenario setup
  ...

I initially thought this was a great feature (as mentioned in Rspec stories from the [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/cucumber-waves-goodbye-to-givenscenario.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speaking at Scotland on Rails 2009</title>
		<link>http://blog.josephwilk.net/ruby/speaking-at-scotland-on-rails-2009.html</link>
		<comments>http://blog.josephwilk.net/ruby/speaking-at-scotland-on-rails-2009.html#comments</comments>
		<pubDate>Sat, 17 Jan 2009 19:20:46 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Rspec]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=607</guid>
		<description><![CDATA[I’m really excited to be giving a talk at this years Scotland on Rails conference in Edinburgh.
I&#8217;ll be talking about working outside-in with Cucumber and RSpec. Having used Cucumber and as a member of the Cucumber core developer team I hope to share lots of experiences and lessons about getting the most out of the [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/speaking-at-scotland-on-rails-2009.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latent Semantic Analysis in Ruby</title>
		<link>http://blog.josephwilk.net/ruby/latent-semantic-analysis-in-ruby.html</link>
		<comments>http://blog.josephwilk.net/ruby/latent-semantic-analysis-in-ruby.html#comments</comments>
		<pubDate>Fri, 21 Nov 2008 20:54:47 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Semantics]]></category>

		<guid isPermaLink="false">http://www.joesniff.co.uk/?p=386</guid>
		<description><![CDATA[I&#8217;ve had lots of requests for a Ruby version to follow up my Latent Semantic Analysis  in Python article. So I&#8217;ve rewritten the code and article for Ruby. I wrote LSA from scratch this time and test driven so it has some subtle differences from the Python version.
What is LSA?
Latent Semantic Analysis (LSA) is [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/latent-semantic-analysis-in-ruby.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
