<?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 cheat sheet</title>
	<atom:link href="http://labnotes.org/2006/09/04/assert_select-cheat-sheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/</link>
	<description></description>
	<lastBuildDate>Thu, 18 Mar 2010 02:32:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RSpec have_tag et Rails assert_select cheat sheet - 6502.fr</title>
		<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/comment-page-1/#comment-141606</link>
		<dc:creator>RSpec have_tag et Rails assert_select cheat sheet - 6502.fr</dc:creator>
		<pubDate>Tue, 25 Nov 2008 23:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/09/04/assert_select-cheat-sheet/#comment-141606</guid>
		<description>[...] C&#8217;est là qu&#8217;intervient l&#8217;excellente cheat sheet créée par Assaf Arkin de Labnotes. Indispensable&#160;   Cet article a été écrit par Christian, soumis le 26 novembre 2008 à [...]</description>
		<content:encoded><![CDATA[<p>[...] C&#8217;est là qu&#8217;intervient l&#8217;excellente cheat sheet créée par Assaf Arkin de Labnotes. Indispensable&nbsp;   Cet article a été écrit par Christian, soumis le 26 novembre 2008 à [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coffee, Code and Candor &#187; Blog Archive &#187; Asserting a Rails controller response doesn&#8217;t contain certain content</title>
		<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/comment-page-1/#comment-140029</link>
		<dc:creator>Coffee, Code and Candor &#187; Blog Archive &#187; Asserting a Rails controller response doesn&#8217;t contain certain content</dc:creator>
		<pubDate>Mon, 24 Mar 2008 16:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/09/04/assert_select-cheat-sheet/#comment-140029</guid>
		<description>[...] out this is easy (I should have known).  I found the answer on this Cheat Sheet.  The assert_select test helper accepts an equality? parameter, so give it false and it ensures [...]</description>
		<content:encoded><![CDATA[<p>[...] out this is easy (I should have known).  I found the answer on this Cheat Sheet.  The assert_select test helper accepts an equality? parameter, so give it false and it ensures [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Labnotes &#187; Rounded Corners - 168 (Happy Thanksgiving)</title>
		<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/comment-page-1/#comment-138899</link>
		<dc:creator>Labnotes &#187; Rounded Corners - 168 (Happy Thanksgiving)</dc:creator>
		<pubDate>Thu, 22 Nov 2007 08:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/09/04/assert_select-cheat-sheet/#comment-138899</guid>
		<description>[...] Test this. Engtech pointed me to Agile Web Development Rails (2nd ed) which mentions me by name. That makes me half as proud as the context in which it appears: TDD with assert_select. [...]</description>
		<content:encoded><![CDATA[<p>[...] Test this. Engtech pointed me to Agile Web Development Rails (2nd ed) which mentions me by name. That makes me half as proud as the context in which it appears: TDD with assert_select. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SR</title>
		<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/comment-page-1/#comment-138062</link>
		<dc:creator>SR</dc:creator>
		<pubDate>Fri, 01 Jun 2007 04:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/09/04/assert_select-cheat-sheet/#comment-138062</guid>
		<description>Great Work! I&#039;ve added it to http://TechCheatSheets.com</description>
		<content:encoded><![CDATA[<p>Great Work! I&#8217;ve added it to <a href="http://TechCheatSheets.com" rel="nofollow">http://TechCheatSheets.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: assert_select cheat sheet at random</title>
		<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/comment-page-1/#comment-137845</link>
		<dc:creator>assert_select cheat sheet at random</dc:creator>
		<pubDate>Mon, 23 Apr 2007 10:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/09/04/assert_select-cheat-sheet/#comment-137845</guid>
		<description>[...] Voor de Railzers onder ons, er is een &#8220;cheat sheet&#8221; voor assert_select. Assert_select laat je toe de responses van je applicatie te testen op de inhoud (er moet een &#8220;div&#8221; zijn, er moet een &#8220;title&#8221; zijn, maar ook &#8220;er moet een div met daarin 2 tables, zijn, met een row in de tweede table die als Id xxx heeft, en inhoud yyy&#8221;). Zie deze link. [...]</description>
		<content:encoded><![CDATA[<p>[...] Voor de Railzers onder ons, er is een &#8220;cheat sheet&#8221; voor assert_select. Assert_select laat je toe de responses van je applicatie te testen op de inhoud (er moet een &#8220;div&#8221; zijn, er moet een &#8220;title&#8221; zijn, maar ook &#8220;er moet een div met daarin 2 tables, zijn, met een row in de tweede table die als Id xxx heeft, en inhoud yyy&#8221;). Zie deze link. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Undefine method assert_select</title>
		<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/comment-page-1/#comment-137626</link>
		<dc:creator>Undefine method assert_select</dc:creator>
		<pubDate>Mon, 19 Feb 2007 18:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/09/04/assert_select-cheat-sheet/#comment-137626</guid>
		<description>[...] assert_select method for tests was added in Rails 1.2, so the first thing to check if you&#8217;re getting the [...]</description>
		<content:encoded><![CDATA[<p>[...] assert_select method for tests was added in Rails 1.2, so the first thing to check if you&#8217;re getting the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rails 1.2.1 Impression - Push cx</title>
		<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/comment-page-1/#comment-137610</link>
		<dc:creator>Rails 1.2.1 Impression - Push cx</dc:creator>
		<pubDate>Thu, 15 Feb 2007 02:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/09/04/assert_select-cheat-sheet/#comment-137610</guid>
		<description>[...] rebuilt the assertion to use CSS3 selectors (with a few clever additions). Suddently the code is simpler, more idiomatic, and more featureful. And that&#8217;s just what [...]</description>
		<content:encoded><![CDATA[<p>[...] rebuilt the assertion to use CSS3 selectors (with a few clever additions). Suddently the code is simpler, more idiomatic, and more featureful. And that&#8217;s just what [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurel Fan</title>
		<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/comment-page-1/#comment-136157</link>
		<dc:creator>Laurel Fan</dc:creator>
		<pubDate>Mon, 22 Jan 2007 21:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/09/04/assert_select-cheat-sheet/#comment-136157</guid>
		<description>Thanks for the cheat sheet!  You might want to add the :html equality test option.  It&#039;s similar to the :text equality test, but matches html (see http://blog.gorgorg.org/articles/2007/01/22/assert_select-lets-you-specify-the-html-content-of-a-tag).</description>
		<content:encoded><![CDATA[<p>Thanks for the cheat sheet!  You might want to add the :html equality test option.  It&#8217;s similar to the :text equality test, but matches html (see <a href="http://blog.gorgorg.org/articles/2007/01/22/assert_select-lets-you-specify-the-html-content-of-a-tag)" rel="nofollow">http://blog.gorgorg.org/articles/2007/01/22/assert_select-lets-you-specify-the-html-content-of-a-tag)</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balance On Rails : Rails 1.2 RC1: Novidades em ActiveRecord, Action Pack e Active Support</title>
		<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/comment-page-1/#comment-32025</link>
		<dc:creator>Balance On Rails : Rails 1.2 RC1: Novidades em ActiveRecord, Action Pack e Active Support</dc:creator>
		<pubDate>Sun, 26 Nov 2006 23:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/09/04/assert_select-cheat-sheet/#comment-32025</guid>
		<description>[...] Adicionado a regra assert_select para testes de seletores baseados em CSS (cheat sheet). Use isso em vez de assert_tag a partir de agora. [...]</description>
		<content:encoded><![CDATA[<p>[...] Adicionado a regra assert_select para testes de seletores baseados em CSS (cheat sheet). Use isso em vez de assert_tag a partir de agora. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Labnotes &#187; assert_select plugin for Rails</title>
		<link>http://labnotes.org/2006/09/04/assert_select-cheat-sheet/comment-page-1/#comment-10146</link>
		<dc:creator>Labnotes &#187; assert_select plugin for Rails</dc:creator>
		<pubDate>Mon, 04 Sep 2006 23:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/2006/09/04/assert_select-cheat-sheet/#comment-10146</guid>
		<description>[...] Update 3: assert_select is now part of Rails core. Also, cheat sheet available here. [...]</description>
		<content:encoded><![CDATA[<p>[...] Update 3: assert_select is now part of Rails core. Also, cheat sheet available here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
