summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-06-27 08:58:59 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-06-27 10:19:41 +1000
commit64a47203e69746e7e3724e3433702856e68c068d (patch)
tree0caf9ec264cb647da8e698af62a02fb5a86c6869 /Rakefile
parent5680cd5029c8b3a2cf5a2a3b10df6acf7a9fc870 (diff)
downloadpuppet-64a47203e69746e7e3724e3433702856e68c068d.tar.gz
puppet-64a47203e69746e7e3724e3433702856e68c068d.tar.xz
puppet-64a47203e69746e7e3724e3433702856e68c068d.zip
Fix to CI rake tasks
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
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