<?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>The Lucid &#187; autotest</title>
	<atom:link href="http://thelucid.com/tag/autotest/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelucid.com</link>
	<description>Lightweight ramblings</description>
	<lastBuildDate>Tue, 27 Jul 2010 17:41:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Rails: Using Autotest with UnitRecord</title>
		<link>http://thelucid.com/2007/09/05/rails-using-autotest-with-unitrecord/</link>
		<comments>http://thelucid.com/2007/09/05/rails-using-autotest-with-unitrecord/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 00:17:00 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[autotest]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[unit_record]]></category>

		<guid isPermaLink="false">http://d3754554-5787-434b-8741-474c805c4a4e</guid>
		<description><![CDATA[Myself and a colleague have just managed to waste away a good couple of hours trying to figure out Autotests strange &#8216;style&#8217; mechanism to add the ability to &#8220;test in the way Jay Fields explains&#8221;:http://blog.jayfields.com/2007/09/rails-how-we-test.html using &#8220;UnitRecord&#8221;:http://unit-test-ar.rubyforge.org/. You can grab our plugin to enable &#8220;UnitRecord&#8221;:http://unit-test-ar.rubyforge.org/ when using &#8220;Autotest&#8221;:http://rubyforge.org/projects/zentest below: &#8220;http://svn.soniciq.com/public/rails/plugins/iq_autotest&#8221;:http://svn.soniciq.com/public/rails/plugins/iq_autotest By default, running autotest in [...]]]></description>
			<content:encoded><![CDATA[<p>Myself and a colleague have just managed to waste away a good couple of hours trying to figure out Autotests strange &#8216;style&#8217; mechanism to add the ability to &#8220;test in the way Jay Fields explains&#8221;:http://blog.jayfields.com/2007/09/rails-how-we-test.html using &#8220;UnitRecord&#8221;:http://unit-test-ar.rubyforge.org/.</p>
<p>You can grab our plugin to enable &#8220;UnitRecord&#8221;:http://unit-test-ar.rubyforge.org/ when using &#8220;Autotest&#8221;:http://rubyforge.org/projects/zentest below:</p>
<p>&#8220;http://svn.soniciq.com/public/rails/plugins/iq_autotest&#8221;:http://svn.soniciq.com/public/rails/plugins/iq_autotest</p>
<p>By default, running <code>autotest</code> in the Rails directory will run the unit tests. To run the functional tests, do: <code>AUTOTEST='functional' autotest</code></p>
<p>I hope this saves some people some time!!</p>
]]></content:encoded>
			<wfw:commentRss>http://thelucid.com/2007/09/05/rails-using-autotest-with-unitrecord/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Autotest Growl Fail/Pass Smilies</title>
		<link>http://thelucid.com/2007/07/30/autotest-growl-fail-pass-smilies/</link>
		<comments>http://thelucid.com/2007/07/30/autotest-growl-fail-pass-smilies/#comments</comments>
		<pubDate>Mon, 30 Jul 2007 19:03:00 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Mac / OS X]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Rake]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[autotest]]></category>
		<category><![CDATA[rspec]]></category>
		<category><![CDATA[smily]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://b421d2ad-f2ac-4995-ab32-f869688736fb</guid>
		<description><![CDATA[John Nunemaker posted a handy tip on &#8220;setting up autotest to work with Growl&#8221;:http://railstips.org/2007/7/23/autotest-growl-pass-fail-notifications I use this all the time now however I didn&#8217;t like the ugly smilies (call me shallow if you like). I used &#8220;Wolfgang Bartelme&#8217;s&#8221;:http://bartelme.at &#8220;Smily Devkit&#8221;:http://bartelme.at/journal/archive/smiley_devkit to make a couple of PNG&#8217;s slightly more pleasing to the eye. p=. !http://thelucid.com/files/fail.png(Autotest Fail [...]]]></description>
			<content:encoded><![CDATA[<p>John Nunemaker posted a handy tip on &#8220;setting up autotest to work with Growl&#8221;:http://railstips.org/2007/7/23/autotest-growl-pass-fail-notifications</p>
<p>I use this all the time now however I didn&#8217;t like the ugly smilies (call me shallow if you like). I used &#8220;Wolfgang Bartelme&#8217;s&#8221;:http://bartelme.at &#8220;Smily Devkit&#8221;:http://bartelme.at/journal/archive/smiley_devkit to make a couple of PNG&#8217;s slightly more pleasing to the eye.</p>
<p>p=. !http://thelucid.com/files/fail.png(Autotest Fail image)!<br />
!http://thelucid.com/files/pending.png(Autotest Pending image)!<br />
!http://thelucid.com/files/pass.png(Autotest Pass image)!</p>
<p>The zip file can be downloaded here: &#8220;autotest_images.zip&#8221;:http://thelucid.com/files/autotest_images.zip</p>
<p>*Update* 17-08-07: Added &#8216;pending&#8217; image for RSpec as requested by Aslak Hellesoy</p>
]]></content:encoded>
			<wfw:commentRss>http://thelucid.com/2007/07/30/autotest-growl-fail-pass-smilies/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
