<?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: Improve your RSpec with simple custom matchers</title>
	<atom:link href="http://sameshirteveryday.com/2007/09/15/rspec-custom-expectation-matcher-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://sameshirteveryday.com/2007/09/15/rspec-custom-expectation-matcher-example/</link>
	<description>Personal blog of the one called Alex Gorbatchev, from Toronto, Canada.</description>
	<lastBuildDate>Tue, 09 Feb 2010 22:19:14 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Social Memory Complex &#187; An RJS Redirect Matcher for rspec</title>
		<link>http://sameshirteveryday.com/2007/09/15/rspec-custom-expectation-matcher-example/comment-page-1/#comment-4350</link>
		<dc:creator>Social Memory Complex &#187; An RJS Redirect Matcher for rspec</dc:creator>
		<pubDate>Sun, 15 Feb 2009 00:10:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/09/15/rspec-custom-expectation-matcher-example/#comment-4350</guid>
		<description>[...] So I whipped up a custom RJS redirect matcher in about 10 minutes following the guidelines in this post, and I was surprised how easy it was. It should be pretty self explanatory. module [...]</description>
		<content:encoded><![CDATA[<p>[...] So I whipped up a custom RJS redirect matcher in about 10 minutes following the guidelines in this post, and I was surprised how easy it was. It should be pretty self explanatory. module [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan</title>
		<link>http://sameshirteveryday.com/2007/09/15/rspec-custom-expectation-matcher-example/comment-page-1/#comment-1916</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Wed, 19 Sep 2007 03:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/09/15/rspec-custom-expectation-matcher-example/#comment-1916</guid>
		<description>bryanl: They do after a fashion.  RSpec will seek out every &quot;?&quot; method in the object that you&#039;re testing.  If the &quot;root&quot; object abov had a &quot;the_same_as?&quot; method then &quot;be_the_same_as&quot; would automatically be defined and would use &quot;the_same_as&quot; as part of the Matcher.

Pretty nifty, huh?</description>
		<content:encoded><![CDATA[<p>bryanl: They do after a fashion.  RSpec will seek out every &#8220;?&#8221; method in the object that you&#8217;re testing.  If the &#8220;root&#8221; object abov had a &#8220;the_same_as?&#8221; method then &#8220;be_the_same_as&#8221; would automatically be defined and would use &#8220;the_same_as&#8221; as part of the Matcher.</p>
<p>Pretty nifty, huh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryanl</title>
		<link>http://sameshirteveryday.com/2007/09/15/rspec-custom-expectation-matcher-example/comment-page-1/#comment-1889</link>
		<dc:creator>bryanl</dc:creator>
		<pubDate>Sun, 16 Sep 2007 21:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.sameshirteveryday.com/2007/09/15/rspec-custom-expectation-matcher-example/#comment-1889</guid>
		<description>Sweet.  Wouldn&#039;t it be nicer if the RSpec team threw some convention over configuration into the mix and automatically loaded matchers if they were present?</description>
		<content:encoded><![CDATA[<p>Sweet.  Wouldn&#8217;t it be nicer if the RSpec team threw some convention over configuration into the mix and automatically loaded matchers if they were present?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
