From 64a47203e69746e7e3724e3433702856e68c068d Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sat, 27 Jun 2009 08:58:59 +1000 Subject: Fix to CI rake tasks --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 501653f38..035690682 100644 --- a/Rakefile +++ b/Rakefile @@ -89,10 +89,10 @@ task :ci_prep do end desc "Run the CI RSpec tests" -task :ci_spec => [:ci_prep, 'ci:setup:rpsec', :spec] +task :ci_spec => [:ci_prep, :spec] desc "Run CI Unit tests" -task :ci_unit => [:ci_prep, 'ci:setup:testunit', :unit] +task :ci_unit => [:ci_prep, :unit] desc "Send patch information to the puppet-dev list" task :mail_patches do -- cgit