summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-07-31 19:00:40 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-07-31 19:00:40 +1000
commitebb5a1f6fff6bdd143a6d64ffe9f9f8fa70d649e (patch)
treeb3787ca966bf228f40816cf8c8dc267f052d37ec /Rakefile
parentb6b903eedd383e66593315fdc8163614ad22db79 (diff)
downloadpuppet-ebb5a1f6fff6bdd143a6d64ffe9f9f8fa70d649e.tar.gz
puppet-ebb5a1f6fff6bdd143a6d64ffe9f9f8fa70d649e.tar.xz
puppet-ebb5a1f6fff6bdd143a6d64ffe9f9f8fa70d649e.zip
Fixed ci_spec task for RubyGems 1.3.5
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index f6ffd8ffe..6ac9779c6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -97,8 +97,8 @@ task :ci_prep do
end
desc "Run the CI RSpec tests"
-task :ci_spec => [:ci_prep, 'ci:setup:rspec'] do
- sh "cd spec; rake all; exit 0"
+task :ci_spec => [:ci_prep, 'ci:setup:rspec', :spec] do
+ sh "exit 0"
end
desc "Run CI Unit tests"