<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: RSpec, JRuby and Story Testing Java Code</title>
	<atom:link href="http://twasink.net/2008/02/13/rspec-jruby-and-story-testing-java-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://twasink.net/2008/02/13/rspec-jruby-and-story-testing-java-code/</link>
	<description>Robert&#039;s Rambling Ruminations Regarding Reality...</description>
	<lastBuildDate>Thu, 12 Apr 2012 16:31:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Michael</title>
		<link>http://twasink.net/2008/02/13/rspec-jruby-and-story-testing-java-code/#comment-421</link>
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Wed, 13 Feb 2008 11:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=215#comment-421</guid>
		<description><![CDATA[Yes I think FIT fading is a shame. It was/is a great idea. I still think its less brittle then this. This is good for over-the-shoulder scenario testing though.
]]></description>
		<content:encoded><![CDATA[<p>Yes I think FIT fading is a shame. It was/is a great idea. I still think its less brittle then this. This is good for over-the-shoulder scenario testing though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanj</title>
		<link>http://twasink.net/2008/02/13/rspec-jruby-and-story-testing-java-code/#comment-420</link>
		<dc:creator><![CDATA[Sanj]]></dc:creator>
		<pubDate>Wed, 13 Feb 2008 10:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=215#comment-420</guid>
		<description><![CDATA[Hey Robert,

Instinct is pretty cool. We used it on a major project we did recently and it held up really well. You should give it a go. :)

http://code.google.com/p/instinct/

Cheers,

Sanj
]]></description>
		<content:encoded><![CDATA[<p>Hey Robert,</p>
<p>Instinct is pretty cool. We used it on a major project we did recently and it held up really well. You should give it a go. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://code.google.com/p/instinct/" rel="nofollow">http://code.google.com/p/instinct/</a></p>
<p>Cheers,</p>
<p>Sanj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://twasink.net/2008/02/13/rspec-jruby-and-story-testing-java-code/#comment-419</link>
		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Wed, 13 Feb 2008 09:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=215#comment-419</guid>
		<description><![CDATA[I put a note about this post to the RSpec users group, and Ola Bini did indeed reply with a reference to &quot;JTestR&quot;:http://jtestr.codehaus.org/. However, I didn&#039;t find it before I did this work. :)

JTestR is brand new - version 0.1 was released 28/12/2008. I&#039;m going to check it out, and if it&#039;s mature enough, move to it - I&#039;ll definitely be keeping an eye on it.

I&#039;m ashamed to admit it, but I haven&#039;t looked at Instinct yet; I missed that AJUG meeting. However, as my primary interest is having tools to work with (as opposed to writing it), I doubt I&#039;d be able to get the motivation required to lure me away from World Of Warcraft. ;)
]]></description>
		<content:encoded><![CDATA[<p>I put a note about this post to the RSpec users group, and Ola Bini did indeed reply with a reference to &#8220;JTestR&#8221;:<a href="http://jtestr.codehaus.org/" rel="nofollow">http://jtestr.codehaus.org/</a>. However, I didn&#8217;t find it before I did this work. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>JTestR is brand new &#8211; version 0.1 was released 28/12/2008. I&#8217;m going to check it out, and if it&#8217;s mature enough, move to it &#8211; I&#8217;ll definitely be keeping an eye on it.</p>
<p>I&#8217;m ashamed to admit it, but I haven&#8217;t looked at Instinct yet; I missed that AJUG meeting. However, as my primary interest is having tools to work with (as opposed to writing it), I doubt I&#8217;d be able to get the motivation required to lure me away from World Of Warcraft. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Adams</title>
		<link>http://twasink.net/2008/02/13/rspec-jruby-and-story-testing-java-code/#comment-418</link>
		<dc:creator><![CDATA[Tom Adams]]></dc:creator>
		<pubDate>Wed, 13 Feb 2008 09:43:19 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=215#comment-418</guid>
		<description><![CDATA[Hi Robert,

I&#039;d thought Ola Bini had covered using RSpec to spec out Java code, but perhaps not.

If you&#039;re interested in literate specification for Java (and perhaps Scala) code, might I suggest you create an interface/API for this on top of Instinct? :) It&#039;s a feature I&#039;d like to see round out Instinct&#039;s feature set and not something that is that high on my personal priority list.

Cheers,
Tom
]]></description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>I&#8217;d thought Ola Bini had covered using RSpec to spec out Java code, but perhaps not.</p>
<p>If you&#8217;re interested in literate specification for Java (and perhaps Scala) code, might I suggest you create an interface/API for this on top of Instinct? <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It&#8217;s a feature I&#8217;d like to see round out Instinct&#8217;s feature set and not something that is that high on my personal priority list.</p>
<p>Cheers,<br />
Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

