<?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 &#187; Ruby</title>
	<atom:link href="http://blog.josephwilk.net/category/ruby/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>Tue, 26 Jul 2011 17:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Limiting Red: Smarter Test Builds Through Metrics</title>
		<link>http://blog.josephwilk.net/ruby/limiting-red-smarter-test-builds-through-metrics.html</link>
		<comments>http://blog.josephwilk.net/ruby/limiting-red-smarter-test-builds-through-metrics.html#comments</comments>
		<pubDate>Sun, 15 Aug 2010 02:28:31 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[metrics]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1630</guid>
		<description><![CDATA[The Current State of the Art In the Ruby world there is a wealth of metrics which can provide insight into our code. Looking at such things as: Structural similar code (Flay) Complexity (Flog) Cyclic complexity (Saikuro) Code smells (Reek) Design issues (Roodi) File change frequencies (Churn) When it comes to metrics involving our tests we [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/limiting-red-smarter-test-builds-through-metrics.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Rocket Fuelled Cucumbers</title>
		<link>http://blog.josephwilk.net/ruby/rocket-fuelled-cucumbers.html</link>
		<comments>http://blog.josephwilk.net/ruby/rocket-fuelled-cucumbers.html#comments</comments>
		<pubDate>Sun, 06 Jun 2010 21:03:43 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[railsconf]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1615</guid>
		<description><![CDATA[Here are the slides from my talk at Railsconf 2010 on Rocket Fuelled Cucumbers. This talk looked at a number of issues in scaling Cucumber tests. I&#8217;ve also been speaking about this at Frozen Rails and The Scottish Ruby conference. And heres what people have been saying about the talk.]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/rocket-fuelled-cucumbers.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Testing Javascript with Cucumber in Javascript</title>
		<link>http://blog.josephwilk.net/ruby/testing-javascript-with-cucumber-in-javascript.html</link>
		<comments>http://blog.josephwilk.net/ruby/testing-javascript-with-cucumber-in-javascript.html#comments</comments>
		<pubDate>Sat, 22 May 2010 08:55:42 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1555</guid>
		<description><![CDATA[I recently created an adapter in Cucumber which provides support for writing step definitions in Javascript. So as a Javascript programmer you can test your code with Cucumber without having to write any Ruby. It does this through TheRubyRacer (http://github.com/cowboyd/therubyracer written by Charles Lowell) which provides Ruby bindings to V8 (http://code.google.com/p/v8/). Lets look at an [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/testing-javascript-with-cucumber-in-javascript.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Specing Cucumber Step Definitions</title>
		<link>http://blog.josephwilk.net/ruby/specing-cucumber-step-definitions.html</link>
		<comments>http://blog.josephwilk.net/ruby/specing-cucumber-step-definitions.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 23:40:25 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Rspec]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1480</guid>
		<description><![CDATA[Testing your tests is kind of crazy. However when writing a library of Cucumber step definitions which will be used in many projects it started to make sense to test my tests. The step definitions are the code. It helps reduce fear of breaking lots of projects which use the steps. The tests/specs show examples [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/specing-cucumber-step-definitions.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pairwise testing with Cucumber</title>
		<link>http://blog.josephwilk.net/ruby/pairwise-testing-with-cucumber.html</link>
		<comments>http://blog.josephwilk.net/ruby/pairwise-testing-with-cucumber.html#comments</comments>
		<pubDate>Sat, 09 Jan 2010 17:59:21 +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=1049</guid>
		<description><![CDATA[Combinatorial testing is a difficult problem. Having to test a small number of inputs  can result in a combinatorial explosion of possible permutations. In Cucumber we see this problem in Scenario Outlines where we can have a large number of rows for the Examples table. We want to reduce the combinations to a more manageable [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/pairwise-testing-with-cucumber.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Metrics for Plain Text Acceptance Tests</title>
		<link>http://blog.josephwilk.net/ruby/metrics-for-plain-text-acceptance-tests.html</link>
		<comments>http://blog.josephwilk.net/ruby/metrics-for-plain-text-acceptance-tests.html#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:37:19 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=970</guid>
		<description><![CDATA[There has been lots of activity around the value of metrics for source code and tests. In the Ruby world tools like metric_fu provide a wealth of analysis. While working on my Cucumber talk for Rails Underground I started investigating how we could apply metrics to the customer focused plain text of Cucumber. For those [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/metrics-for-plain-text-acceptance-tests.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

