<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Intergrate RSpec Story Runner into CruiseControl.rb build process with HTML report</title>
	<atom:link href="http://yiwenandsoftware.wordpress.com/2008/06/25/intergrate-rspec-story-runner-in-cruisecontrolrb-build-with-html-report/feed/" rel="self" type="application/rss+xml" />
	<link>http://yiwenandsoftware.wordpress.com/2008/06/25/intergrate-rspec-story-runner-in-cruisecontrolrb-build-with-html-report/</link>
	<description>Everything about my experience with Software Development</description>
	<lastBuildDate>Fri, 26 Dec 2008 14:10:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yi Wen</title>
		<link>http://yiwenandsoftware.wordpress.com/2008/06/25/intergrate-rspec-story-runner-in-cruisecontrolrb-build-with-html-report/#comment-35</link>
		<dc:creator>Yi Wen</dc:creator>
		<pubDate>Wed, 27 Aug 2008 15:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://yiwenandsoftware.wordpress.com/?p=40#comment-35</guid>
		<description>The code can go to lib/tasks/cruise.rake, or any of your task files. cc.rb looks for cruise task to run by default, so your cruise task can look like this:  
task :cruise =&gt; [
        &#039;set_env_to_test&#039;,
                &#039;db:migrate&#039;,
                &#039;unit_spec&#039;,
                &#039;all_stories&#039;
]</description>
		<content:encoded><![CDATA[<p>The code can go to lib/tasks/cruise.rake, or any of your task files. cc.rb looks for cruise task to run by default, so your cruise task can look like this:<br />
task :cruise =&gt; [<br />
        'set_env_to_test',<br />
                'db:migrate',<br />
                'unit_spec',<br />
                'all_stories'<br />
]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: don</title>
		<link>http://yiwenandsoftware.wordpress.com/2008/06/25/intergrate-rspec-story-runner-in-cruisecontrolrb-build-with-html-report/#comment-34</link>
		<dc:creator>don</dc:creator>
		<pubDate>Wed, 27 Aug 2008 09:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://yiwenandsoftware.wordpress.com/?p=40#comment-34</guid>
		<description>that looks great but I&#039;m still a little lost...
where does this task go? 
I mean, what file and how to I get cruise control to run it?!
Does the code go into tasks/cruise.rb for example?</description>
		<content:encoded><![CDATA[<p>that looks great but I&#8217;m still a little lost&#8230;<br />
where does this task go?<br />
I mean, what file and how to I get cruise control to run it?!<br />
Does the code go into tasks/cruise.rb for example?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
