<?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: easyb-test &#8211; Grails Tests Made Easy (in a way your boss can read)</title>
	<atom:link href="http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/</link>
	<description>Just a little about development! Think before you write!</description>
	<lastBuildDate>Tue, 08 Dec 2009 10:19:55 -0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chris bedford</title>
		<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/comment-page-1/#comment-13949</link>
		<dc:creator>chris bedford</dc:creator>
		<pubDate>Thu, 16 Apr 2009 20:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/?p=85#comment-13949</guid>
		<description>Hi..  I think I installed the plugin successfully (at least i got no errors). But when i stuck two scenarios under the test/behavior folder I got some confusing 
behavior.

First 

 i ran grails easyb-test

 and i got this output -&gt; 

1 behavior run with no failures



The odd thing is that I deliberately added code that would make both the tests fail. I would have expected a message indicating that two scenarios ran and 2 of them (both of them) failed.. But I&#039;m only seeing an indication that one scenario was executed  (successfully.. which is a surprise).</description>
		<content:encoded><![CDATA[<p>Hi..  I think I installed the plugin successfully (at least i got no errors). But when i stuck two scenarios under the test/behavior folder I got some confusing<br />
behavior.</p>
<p>First </p>
<p> i ran grails easyb-test</p>
<p> and i got this output -&gt; </p>
<p>1 behavior run with no failures</p>
<p>The odd thing is that I deliberately added code that would make both the tests fail. I would have expected a message indicating that two scenarios ran and 2 of them (both of them) failed.. But I&#8217;m only seeing an indication that one scenario was executed  (successfully.. which is a surprise).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris bedford</title>
		<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/comment-page-1/#comment-13944</link>
		<dc:creator>chris bedford</dc:creator>
		<pubDate>Thu, 16 Apr 2009 18:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/?p=85#comment-13944</guid>
		<description>Hi, 

I had some problems installing until i renamed the file. downloading the file as &#039;grails-easybtest-latest.zip&#039; gave me this this error -&gt;  

   at gant.Gant.this$2$dispatch(Gant.groovy)
        at gant.Gant.invokeMethod(Gant.groovy)
        at gant.Gant.processTargets(Gant.groovy:495)
        at gant.Gant.processTargets(Gant.groovy:480)
Caused by: java.io.FileNotFoundException: C:\Users\Ryden\.grails\1.1\plugins\grails-easybtest-0.3.zip (The system cannot find the file specified)
        at java.io.RandomAccessFile.open(Native Method)
        at java.io.RandomAccessFile.(RandomAccessFile.java:212)
        at org.apache.tools.zip.ZipFile.(ZipFile.java:141)
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:136)
        ... 22 more
--- Nested Exception ---
java.io.FileNotFoundException: C:\Users\Ryden\.grails\1.1\plugins\grails-easybtest-0.3.zip (The system cannot find the file specified)
        at java.io.RandomAccessFile.open(Native Method)
        at java.io.RandomAccessFile.(RandomAccessFile.java:212)
        at org.apache.tools.zip.ZipFile.(ZipFile.java:141)
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:136)
        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:106)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at _PluginDependencies_groovy$_run_closure26.doCall(_PluginDependencies_groovy:731)



I renamed the plugin to -&gt; /tmp/grails-easybtest-0.3.zip
then i ran -&gt; grails install-plugin  /tmp/grails-easybtest-0.3.zip


at this point the install succeeded.


It looks quite interesting..  I will try it out. thanks !

 - chris</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I had some problems installing until i renamed the file. downloading the file as &#8216;grails-easybtest-latest.zip&#8217; gave me this this error -&gt;  </p>
<p>   at gant.Gant.this$2$dispatch(Gant.groovy)<br />
        at gant.Gant.invokeMethod(Gant.groovy)<br />
        at gant.Gant.processTargets(Gant.groovy:495)<br />
        at gant.Gant.processTargets(Gant.groovy:480)<br />
Caused by: java.io.FileNotFoundException: C:\Users\Ryden\.grails\1.1\plugins\grails-easybtest-0.3.zip (The system cannot find the file specified)<br />
        at java.io.RandomAccessFile.open(Native Method)<br />
        at java.io.RandomAccessFile.(RandomAccessFile.java:212)<br />
        at org.apache.tools.zip.ZipFile.(ZipFile.java:141)<br />
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:136)<br />
        &#8230; 22 more<br />
&#8212; Nested Exception &#8212;<br />
java.io.FileNotFoundException: C:\Users\Ryden\.grails\1.1\plugins\grails-easybtest-0.3.zip (The system cannot find the file specified)<br />
        at java.io.RandomAccessFile.open(Native Method)<br />
        at java.io.RandomAccessFile.(RandomAccessFile.java:212)<br />
        at org.apache.tools.zip.ZipFile.(ZipFile.java:141)<br />
        at org.apache.tools.ant.taskdefs.Expand.expandFile(Expand.java:136)<br />
        at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:106)<br />
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)<br />
        at org.apache.tools.ant.Task.perform(Task.java:348)<br />
        at _PluginDependencies_groovy$_run_closure26.doCall(_PluginDependencies_groovy:731)</p>
<p>I renamed the plugin to -&gt; /tmp/grails-easybtest-0.3.zip<br />
then i ran -&gt; grails install-plugin  /tmp/grails-easybtest-0.3.zip</p>
<p>at this point the install succeeded.</p>
<p>It looks quite interesting..  I will try it out. thanks !</p>
<p> &#8211; chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redpill</title>
		<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/comment-page-1/#comment-13165</link>
		<dc:creator>redpill</dc:creator>
		<pubDate>Tue, 07 Apr 2009 00:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/?p=85#comment-13165</guid>
		<description>Did you add easyb&#039;s jars on yours system&#039;s classpath before install grails&#039;s plugin?</description>
		<content:encoded><![CDATA[<p>Did you add easyb&#8217;s jars on yours system&#8217;s classpath before install grails&#8217;s plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urubatan</title>
		<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/comment-page-1/#comment-13147</link>
		<dc:creator>Urubatan</dc:creator>
		<pubDate>Mon, 06 Apr 2009 19:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/?p=85#comment-13147</guid>
		<description>Hi,
this is strange, I just install the plugin in a rails 1.0 application and it works fine ...</description>
		<content:encoded><![CDATA[<p>Hi,<br />
this is strange, I just install the plugin in a rails 1.0 application and it works fine &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redpill</title>
		<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/comment-page-1/#comment-13146</link>
		<dc:creator>redpill</dc:creator>
		<pubDate>Mon, 06 Apr 2009 19:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/?p=85#comment-13146</guid>
		<description>Hello there, I&#039;m having some problems with the jars of easyb.

I don&#039;t know where can i put the jars and what can i do to &#039;register&#039; that on my app&#039;s classpath.

Thanks</description>
		<content:encoded><![CDATA[<p>Hello there, I&#8217;m having some problems with the jars of easyb.</p>
<p>I don&#8217;t know where can i put the jars and what can i do to &#8216;register&#8217; that on my app&#8217;s classpath.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j pimmel</title>
		<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/comment-page-1/#comment-8822</link>
		<dc:creator>j pimmel</dc:creator>
		<pubDate>Tue, 13 Jan 2009 20:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/?p=85#comment-8822</guid>
		<description>You need the place your files under

$PROJECT_NAME/test/behavior

They need to be called either

XXyyScenario.groovy / XXyySpecification.groovy

or

XXyy.scenario / XXyy.specification

J</description>
		<content:encoded><![CDATA[<p>You need the place your files under</p>
<p>$PROJECT_NAME/test/behavior</p>
<p>They need to be called either</p>
<p>XXyyScenario.groovy / XXyySpecification.groovy</p>
<p>or</p>
<p>XXyy.scenario / XXyy.specification</p>
<p>J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Kimsal</title>
		<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/comment-page-1/#comment-8821</link>
		<dc:creator>Michael Kimsal</dc:creator>
		<pubDate>Tue, 13 Jan 2009 19:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/?p=85#comment-8821</guid>
		<description>OK - i give up - what is the naming convention for putting easyb tests in the tests/behaviour directory?  I can&#039;t get any tests to run when I run grails easyb-test

Thanks.</description>
		<content:encoded><![CDATA[<p>OK &#8211; i give up &#8211; what is the naming convention for putting easyb tests in the tests/behaviour directory?  I can&#8217;t get any tests to run when I run grails easyb-test</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jet</title>
		<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/comment-page-1/#comment-6795</link>
		<dc:creator>Jet</dc:creator>
		<pubDate>Thu, 11 Dec 2008 15:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/?p=85#comment-6795</guid>
		<description>Hi,

When I run &quot;grails easyb-test&quot;, it doesn&#039;t load the Bootstrap.groovy. 

Do you know how to load the bootstrap.groovy when run &quot;grails easyb-test&quot;, so that I can have some database table entries preloaded to test with.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>When I run &#8220;grails easyb-test&#8221;, it doesn&#8217;t load the Bootstrap.groovy. </p>
<p>Do you know how to load the bootstrap.groovy when run &#8220;grails easyb-test&#8221;, so that I can have some database table entries preloaded to test with.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hates_</title>
		<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/comment-page-1/#comment-4549</link>
		<dc:creator>Hates_</dc:creator>
		<pubDate>Wed, 17 Sep 2008 23:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/?p=85#comment-4549</guid>
		<description>Wow! Excellent work. Can&#039;t wait to try some BDD on our grails projects.</description>
		<content:encoded><![CDATA[<p>Wow! Excellent work. Can&#8217;t wait to try some BDD on our grails projects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j pimmel</title>
		<link>http://www.urubatan.info/2008/04/easyb-test-grails-tests-made-easy-in-a-way-your-boss-can-read/comment-page-1/#comment-4537</link>
		<dc:creator>j pimmel</dc:creator>
		<pubDate>Wed, 17 Sep 2008 15:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.urubatan.info/?p=85#comment-4537</guid>
		<description>I have updated the plugin and its available at the EasyB source tree :)

Cheers</description>
		<content:encoded><![CDATA[<p>I have updated the plugin and its available at the EasyB source tree <img src='http://www.urubatan.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
