<?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"
	>
<channel>
	<title>Comments on: assert_select from arbitrary text</title>
	<atom:link href="http://www.echographia.com/blog/2009/08/22/assert_select-from-arbitrary-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.echographia.com/blog/2009/08/22/assert_select-from-arbitrary-text/</link>
	<description>making things better, making better things</description>
	<pubDate>Thu, 29 Jul 2010 23:04:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: willsu</title>
		<link>http://www.echographia.com/blog/2009/08/22/assert_select-from-arbitrary-text/#comment-7693</link>
		<dc:creator>willsu</dc:creator>
		<pubDate>Fri, 26 Feb 2010 05:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.echographia.com/blog/?p=100#comment-7693</guid>
		<description>this was very helpful. thanks!</description>
		<content:encoded><![CDATA[<p>this was very helpful. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.echographia.com/blog/2009/08/22/assert_select-from-arbitrary-text/#comment-7301</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.echographia.com/blog/?p=100#comment-7301</guid>
		<description>To make this work in Rails 2.3.2, I had to change it to:

  def assert_select_from(text, *args)
    @selected = HTML::Document.new(text).root
    assert_select(@selected, *args)
  end</description>
		<content:encoded><![CDATA[<p>To make this work in Rails 2.3.2, I had to change it to:</p>
<p>  def assert_select_from(text, *args)<br />
    @selected = HTML::Document.new(text).root<br />
    assert_select(@selected, *args)<br />
  end</p>
]]></content:encoded>
	</item>
</channel>
</rss>
