<?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: An Easy 5 Step Process for Test Driven Development</title>
	<atom:link href="http://charlesmaxwood.com/an-easy-5-step-process-for-test-driven-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://charlesmaxwood.com/an-easy-5-step-process-for-test-driven-development/</link>
	<description>Building Careers by Building Skills</description>
	<lastBuildDate>Thu, 17 Jun 2010 07:42:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Greg</title>
		<link>http://charlesmaxwood.com/an-easy-5-step-process-for-test-driven-development/comment-page-1/#comment-1231</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 22 Jul 2009 04:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://charlesmaxwood.com/?p=317#comment-1231</guid>
		<description>Just as a note, you can use the &quot;should_change&quot; matcher on your first test to make it a bit more succinct:

lambda {
  ZipCode.import_from_csv(File.dirname(__FILE__) + &#039;/../fixtures/zips.csv&#039;)
}.should_change(ZipCode, :count).by(100)

See http://rspec.rubyforge.org/rspec/1.2.8/classes/Spec/Matchers.html#M000435 for the documentation of that method.</description>
		<content:encoded><![CDATA[<p>Just as a note, you can use the &#8220;should_change&#8221; matcher on your first test to make it a bit more succinct:</p>
<p>lambda {<br />
  ZipCode.import_from_csv(File.dirname(__FILE__) + &#8216;/../fixtures/zips.csv&#8217;)<br />
}.should_change(ZipCode, :count).by(100)</p>
<p>See <a href="http://rspec.rubyforge.org/rspec/1.2.8/classes/Spec/Matchers.html#M000435" rel="nofollow">http://rspec.rubyforge.org/rspec/1.2.8/classes/Spec/Matchers.html#M000435</a> for the documentation of that method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
