<?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 rails generators with Cucumber</title>
	<atom:link href="http://gravityblast.com/2009/08/11/testing-rails-generators-with-cucumber/feed/" rel="self" type="application/rss+xml" />
	<link>http://gravityblast.com/2009/08/11/testing-rails-generators-with-cucumber/</link>
	<description>...coding blast beat!</description>
	<lastBuildDate>Wed, 14 Apr 2010 21:27:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrea Franz</title>
		<link>http://gravityblast.com/2009/08/11/testing-rails-generators-with-cucumber/comment-page-1/#comment-236</link>
		<dc:creator>Andrea Franz</dc:creator>
		<pubDate>Thu, 13 Aug 2009 10:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://gravityblast.com/?p=282#comment-236</guid>
		<description>It&#039;s interesting, but I usually test what my generator should do, and not what the app should do with the generated files. However it depends on what the plugin does. I saw you projects and I think it&#039;s useful to test that too ;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s interesting, but I usually test what my generator should do, and not what the app should do with the generated files. However it depends on what the plugin does. I saw you projects and I think it&#8217;s useful to test that too <img src='http://gravityblast.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://gravityblast.com/2009/08/11/testing-rails-generators-with-cucumber/comment-page-1/#comment-234</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 12 Aug 2009 20:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://gravityblast.com/?p=282#comment-234</guid>
		<description>It&#039;s great that you are testing generators. I&#039;ve recently been writing generator tests that ultimately test that the generated files work. So if its a rails generator we&#039;ve been creating a rails app, running the generator, and then running rails tests or whatever is necessary to prove that the generated files are valid + working.

http://github.com/drnic/culerity is the latest example of this for a rails generator + I guess http://github.com/drnic/newgem has an example of a non-Rails generator. 

Do you think this is an interesting/useful approach?</description>
		<content:encoded><![CDATA[<p>It&#8217;s great that you are testing generators. I&#8217;ve recently been writing generator tests that ultimately test that the generated files work. So if its a rails generator we&#8217;ve been creating a rails app, running the generator, and then running rails tests or whatever is necessary to prove that the generated files are valid + working.</p>
<p><a href="http://github.com/drnic/culerity" rel="nofollow">http://github.com/drnic/culerity</a> is the latest example of this for a rails generator + I guess <a href="http://github.com/drnic/newgem" rel="nofollow">http://github.com/drnic/newgem</a> has an example of a non-Rails generator. </p>
<p>Do you think this is an interesting/useful approach?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
