aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-11-17 20:06:19 -0200
committerSantiago Pastorino <santiago@wyeworks.com>2010-11-17 20:06:19 -0200
commit08eee5ce203a151798660d1aea26fa136d96a304 (patch)
tree66b156e7dfd18ca562da48cf70d75836693fb740 /Rakefile
parent884e3506d2985d330badcb87ce070ee2b5de0d78 (diff)
downloadrails-08eee5ce203a151798660d1aea26fa136d96a304.tar.gz
rails-08eee5ce203a151798660d1aea26fa136d96a304.tar.bz2
rails-08eee5ce203a151798660d1aea26fa136d96a304.zip
Fix stupid error
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 134dcb79bf..8c72312f28 100644
--- a/Rakefile
+++ b/Rakefile
@@ -51,7 +51,6 @@ task :default => %w(test test:isolated)
PROJECTS.each do |project|
system(%(cd #{project} && #{$0} #{task_name})) || errors << project
end
- system(%(#{$0} #{task_name})) || errors << 'rails' if task_name == 'gem'
fail("Errors in #{errors.join(', ')}") unless errors.empty?
end
end