aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 8c72312f28..134dcb79bf 100644
--- a/Rakefile
+++ b/Rakefile
@@ -51,6 +51,7 @@ 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