<?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: assert_select does RJS</title>
	<atom:link href="http://labnotes.org/2006/08/03/assert_select-does-rjs/feed/" rel="self" type="application/rss+xml" />
	<link>http://labnotes.org/2006/08/03/assert_select-does-rjs/</link>
	<description></description>
	<lastBuildDate>Sun, 15 Jan 2012 21:29:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jamie van Dyke</title>
		<link>http://labnotes.org/2006/08/03/assert_select-does-rjs/comment-page-1/#comment-10258</link>
		<dc:creator>Jamie van Dyke</dc:creator>
		<pubDate>Wed, 06 Sep 2006 02:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/08/03/assert_select-does-rjs/#comment-10258</guid>
		<description>I&#039;m just writing a little article about assert_select and I&#039;ve come across a problem...I took your code from above and created:

http://p.caboo.se/11944

But it fails saying it expected &quot;Spank&quot; but got &quot;Evil Monkey&quot;, it would seem to not be hunting past the first item unless I&#039;m mistaken?  Shouldn&#039;t it iterate over each div.monkey and find each MONKEY within it?</description>
		<content:encoded><![CDATA[<p>I&#8217;m just writing a little article about assert_select and I&#8217;ve come across a problem&#8230;I took your code from above and created:</p>
<p><a href="http://p.caboo.se/11944" rel="nofollow">http://p.caboo.se/11944</a></p>
<p>But it fails saying it expected &#8220;Spank&#8221; but got &#8220;Evil Monkey&#8221;, it would seem to not be hunting past the first item unless I&#8217;m mistaken?  Shouldn&#8217;t it iterate over each div.monkey and find each MONKEY within it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Birnbaum</title>
		<link>http://labnotes.org/2006/08/03/assert_select-does-rjs/comment-page-1/#comment-8472</link>
		<dc:creator>Benjamin Birnbaum</dc:creator>
		<pubDate>Wed, 16 Aug 2006 02:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/08/03/assert_select-does-rjs/#comment-8472</guid>
		<description>Great plugin! One problem though - I just upgraded my app to the latest edge rails (REV=4764) and this broke the asset_packager plugin.

To get it working again I changed the init.rb to look like this:

require â€˜test/unit/testcaseâ€™
require â€˜assert_selectâ€™
require â€˜html_selectorâ€™
Test::Unit::TestCase.send :include, Test::Unit::AssertSelect</description>
		<content:encoded><![CDATA[<p>Great plugin! One problem though &#8211; I just upgraded my app to the latest edge rails (REV=4764) and this broke the asset_packager plugin.</p>
<p>To get it working again I changed the init.rb to look like this:</p>
<p>require â€˜test/unit/testcaseâ€™<br />
require â€˜assert_selectâ€™<br />
require â€˜html_selectorâ€™<br />
Test::Unit::TestCase.send :include, Test::Unit::AssertSelect</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Labnotes &#187; Blog Archive &#187; assert_select plugin for Rails</title>
		<link>http://labnotes.org/2006/08/03/assert_select-does-rjs/comment-page-1/#comment-7898</link>
		<dc:creator>Labnotes &#187; Blog Archive &#187; assert_select plugin for Rails</dc:creator>
		<pubDate>Fri, 04 Aug 2006 05:20:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/08/03/assert_select-does-rjs/#comment-7898</guid>
		<description>[...] Update 2:A new release adds support for RJS. [...]</description>
		<content:encoded><![CDATA[<p>[...] Update 2:A new release adds support for RJS. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

