<?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: Testing my patience. A skeptic&#8217;s thoughts on beginning to write tests</title>
	<atom:link href="http://wagaman.org/2009/testing-my-patience-a-skeptics-thoughts-on-beginning-to-write-tests/feed/" rel="self" type="application/rss+xml" />
	<link>http://wagaman.org/2009/testing-my-patience-a-skeptics-thoughts-on-beginning-to-write-tests/</link>
	<description>thoughts, theories, theology, and the rest</description>
	<lastBuildDate>Tue, 18 May 2010 12:50:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jon Kruger</title>
		<link>http://wagaman.org/2009/testing-my-patience-a-skeptics-thoughts-on-beginning-to-write-tests/comment-page-1/#comment-30742</link>
		<dc:creator>Jon Kruger</dc:creator>
		<pubDate>Sun, 01 Feb 2009 13:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://wagaman.org/?p=220#comment-30742</guid>
		<description>Keep it up!  It does seem a little backwards at first but once you get it you won&#039;t know how you ever wrote code the other way.

About the test methods with one or two lines of code... many times you&#039;ll have a bunch of setup code for your tests that runs before each test in a group (don&#039;t know what the RSpec equivalent is for this, might be something like &quot;before_each&quot;).  So that method may have a lot of code in it, and then your actual test methods are just a couple lines (do something, then verify something).</description>
		<content:encoded><![CDATA[<p>Keep it up!  It does seem a little backwards at first but once you get it you won&#8217;t know how you ever wrote code the other way.</p>
<p>About the test methods with one or two lines of code&#8230; many times you&#8217;ll have a bunch of setup code for your tests that runs before each test in a group (don&#8217;t know what the RSpec equivalent is for this, might be something like &#8220;before_each&#8221;).  So that method may have a lot of code in it, and then your actual test methods are just a couple lines (do something, then verify something).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
