<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ruby On Rails Blog &#187; Testing</title>
	<atom:link href="http://www.mendable.com/tag/testing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mendable.com</link>
	<description>Mendable.com - Essential Reading for Ruby on Rails Developers</description>
	<lastBuildDate>Tue, 27 Jul 2010 19:38:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Quick and easy static pages in Rails</title>
		<link>http://www.mendable.com/quick-and-easy-static-pages-in-rails/</link>
		<comments>http://www.mendable.com/quick-and-easy-static-pages-in-rails/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:39:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://www.mendable.com/?p=235</guid>
		<description><![CDATA[Sometimes you have a Rails app, the core functionality is not a CMS, and you need to add some static pages to your app that don&#8217;t get changed often, eg, an about us page, privacy policy, etc.
This post shows you a quick and easy way to do that in about 60 seconds, without using a [...]]]></description>
		<wfw:commentRss>http://www.mendable.com/quick-and-easy-static-pages-in-rails/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Installing AutoTest</title>
		<link>http://www.mendable.com/installing-autotest/</link>
		<comments>http://www.mendable.com/installing-autotest/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 11:14:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[autotest]]></category>

		<guid isPermaLink="false">http://www.mendable.com/?p=205</guid>
		<description><![CDATA[I think autotest is one of the best things about developing in Rails. If you don&#8217;t know, autotest runs in the background watching all of your application files. When you edit any of them, it automatically runs the sections of your test suite that apply to the modified file, and can then give you feedback [...]]]></description>
		<wfw:commentRss>http://www.mendable.com/installing-autotest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails: Black Box Testing Complex Models</title>
		<link>http://www.mendable.com/rails-black-box-testing-complex-models/</link>
		<comments>http://www.mendable.com/rails-black-box-testing-complex-models/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 18:31:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[activerecord]]></category>
		<category><![CDATA[black box]]></category>
		<category><![CDATA[interesting ideas]]></category>
		<category><![CDATA[polymorphic]]></category>
		<category><![CDATA[scalable]]></category>
		<category><![CDATA[tdd]]></category>
		<category><![CDATA[white box]]></category>

		<guid isPermaLink="false">http://www.mendable.com/?p=57</guid>
		<description><![CDATA[In this article I will show you how you can perform complete end-to-end testing of very complex models using a method called Black Box Testing. I will demonstrate a solution that scales to hundreds of tests and upwards, without having to write any additional code or fixtures for each one.
The method I am going to [...]]]></description>
		<wfw:commentRss>http://www.mendable.com/rails-black-box-testing-complex-models/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
