<?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>Perilled &#187; Rake</title>
	<atom:link href="http://perilled.com/tag/rake/feed/" rel="self" type="application/rss+xml" />
	<link>http://perilled.com</link>
	<description>Blog of Erik St. Martin (Ruby Hacker &#38; Psychology Enthusiast)</description>
	<lastBuildDate>Sun, 20 Nov 2011 18:04:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Rake Spec Errors</title>
		<link>http://perilled.com/2009/04/13/rake-spec-errors/</link>
		<comments>http://perilled.com/2009/04/13/rake-spec-errors/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 04:38:32 +0000</pubDate>
		<dc:creator>Erik St. Martin</dc:creator>
				<category><![CDATA[Rake]]></category>
		<category><![CDATA[RSpec]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://perilled.com/?p=10</guid>
		<description><![CDATA[I noticed a couple of days ago there are some unexplained errors when running rake spec with the rspec rails gem. That appear to have been there for a while. 3/07/2009 when running script/generate rspec new rake tasks are placed in lib/tasks/rspec.rake if you open this file you will see that line 101 is the [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed a couple of days ago there are some unexplained errors when running rake spec with the rspec rails gem. That appear to have been there for a while. 3/07/2009</p>
<p>when running script/generate rspec new rake tasks are placed in lib/tasks/rspec.rake</p>
<p>if you open this file you will see that line 101 is the offending line</p>
<p><code>::STATS_DIRECTORIES < < %w(Routing\ specs spec/lib) if File.exist?('spec/routing')</code></p>
<p>should be</p>
<p></code><code>::STATS_DIRECTORIES < < %w(Routing\ specs spec/routing) if File.exist?('spec/routing')</code></p>
<p>I sent a message to David Chelimsky so this issue should be resolved in the next release.</code></p>
]]></content:encoded>
			<wfw:commentRss>http://perilled.com/2009/04/13/rake-spec-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

