<?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: Culerity = Full Stack Rails Testing with Cucumber and Celerity</title>
	<atom:link href="http://upstre.am/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/feed/" rel="self" type="application/rss+xml" />
	<link>http://upstre.am/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/</link>
	<description></description>
	<lastBuildDate>Mon, 08 Mar 2010 18:21:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admic</title>
		<link>http://upstre.am/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/comment-page-1/#comment-60703</link>
		<dc:creator>admic</dc:creator>
		<pubDate>Mon, 04 Jan 2010 22:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=525#comment-60703</guid>
		<description>=))))))))))))))))))))))))))))))))))))))</description>
		<content:encoded><![CDATA[<p>=))))))))))))))))))))))))))))))))))))))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admic</title>
		<link>http://upstre.am/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/comment-page-1/#comment-60691</link>
		<dc:creator>admic</dc:creator>
		<pubDate>Mon, 04 Jan 2010 18:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=525#comment-60691</guid>
		<description>Muxoci =))))))))))))))))))))))))))))))))))))))))))))))</description>
		<content:encoded><![CDATA[<p>Muxoci =))))))))))))))))))))))))))))))))))))))))))))))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Lang</title>
		<link>http://upstre.am/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/comment-page-1/#comment-55682</link>
		<dc:creator>Alexander Lang</dc:creator>
		<pubDate>Wed, 08 Jul 2009 11:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=525#comment-55682</guid>
		<description>hi matt,

well, there are a few subtle differences in how webrat and celerity work so we also spent some time fixing tests. but after that it worked ok.

maybe the wrong content type you see in the warning prevents your javascript from being executed. have you tried putting the js into your html? does that work?

looks like whatever web/app server you are using is sending a content type celerity is not expecting. maybe it works after you change that content type.

unfortunately i can&#039;t help you too mich with your problems. they are not culerity but celerity related which itself is only a wrapper for htmlunit. maybe they can help you.

p.s. we do unit test your javascript. at the moment with blue-ridge (which allows us to do headless js unit testing) and screwunit. jspec looks nice though.</description>
		<content:encoded><![CDATA[<p>hi matt,</p>
<p>well, there are a few subtle differences in how webrat and celerity work so we also spent some time fixing tests. but after that it worked ok.</p>
<p>maybe the wrong content type you see in the warning prevents your javascript from being executed. have you tried putting the js into your html? does that work?</p>
<p>looks like whatever web/app server you are using is sending a content type celerity is not expecting. maybe it works after you change that content type.</p>
<p>unfortunately i can&#8217;t help you too mich with your problems. they are not culerity but celerity related which itself is only a wrapper for htmlunit. maybe they can help you.</p>
<p>p.s. we do unit test your javascript. at the moment with blue-ridge (which allows us to do headless js unit testing) and screwunit. jspec looks nice though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://upstre.am/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/comment-page-1/#comment-55678</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 08 Jul 2009 09:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=525#comment-55678</guid>
		<description>Did you guys have any trouble setting this up at all.  I&#039;ve just spent the last 3 days fixing tests after switching from cucumber/webrat to cucumber/culerity and now that I have added my first JS scenario I get these warnings in the cucumber console output for every single js file that the page loads:

WARNING: Expected content type of &#039;application/javascript&#039; or &#039;application/ecmascript&#039; for remotely loaded JavaScript element at &#039;http://celerity.mysite.local/javascripts/application.js?1245351752&#039;, but got &#039;application/x-javascript&#039;.

And it seems that the javascript is not being executed (well celerity seems unable to see hidden links that are made visible via js anyway) :(

p.s. on a side note, are you unit testing your JS too? I&#039;ve just started using jspec, and it seems pretty awesome: http://visionmedia.github.com/jspec/</description>
		<content:encoded><![CDATA[<p>Did you guys have any trouble setting this up at all.  I&#8217;ve just spent the last 3 days fixing tests after switching from cucumber/webrat to cucumber/culerity and now that I have added my first JS scenario I get these warnings in the cucumber console output for every single js file that the page loads:</p>
<p>WARNING: Expected content type of &#8216;application/javascript&#8217; or &#8216;application/ecmascript&#8217; for remotely loaded JavaScript element at &#8216;http://celerity.mysite.local/javascripts/application.js?1245351752&#8242;, but got &#8216;application/x-javascript&#8217;.</p>
<p>And it seems that the javascript is not being executed (well celerity seems unable to see hidden links that are made visible via js anyway) <img src='http://upstre.am/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>p.s. on a side note, are you unit testing your JS too? I&#8217;ve just started using jspec, and it seems pretty awesome: <a href="http://visionmedia.github.com/jspec/" rel="nofollow">http://visionmedia.github.com/jspec/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wilk &#187; Outside-in Development with Cucumber and Rspec</title>
		<link>http://upstre.am/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/comment-page-1/#comment-48966</link>
		<dc:creator>Joseph Wilk &#187; Outside-in Development with Cucumber and Rspec</dc:creator>
		<pubDate>Mon, 30 Mar 2009 15:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=525#comment-48966</guid>
		<description>[...] Using Celerity from within Ruby - Culerity - http://upstream-berlin.com/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Using Celerity from within Ruby &#8211; Culerity &#8211; <a href="http://upstream-berlin.com/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/" rel="nofollow">http://upstream-berlin.com/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bug fighting with Test Driven Development Followup &#124; upstream agile - software</title>
		<link>http://upstre.am/2009/01/28/culerity-full-stack-rails-testing-with-cucumber-and-celerity/comment-page-1/#comment-45699</link>
		<dc:creator>Bug fighting with Test Driven Development Followup &#124; upstream agile - software</dc:creator>
		<pubDate>Sun, 08 Feb 2009 16:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://upstream-berlin.com/?p=525#comment-45699</guid>
		<description>[...] Culerity [...]</description>
		<content:encoded><![CDATA[<p>[...] Culerity [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
