summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-06-28 15:12:32 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-06-28 15:12:32 +1000
commit769c8aa71e5b4855662314f13b1197853cdc843a (patch)
tree7fb7a7918f377253542dfdbbd65b2993a37a39f6
parenta6816fff5a0421d614da50eeaf12aa7178a82b09 (diff)
Final fix to CI test rakes
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 035690682..127e0466c 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, :spec]
+task :ci_spec => [:ci_prep, 'ci:setup:rspec', :spec]
desc "Run CI Unit tests"
-task :ci_unit => [:ci_prep, :unit]
+task :ci_unit => [:ci_prep, 'ci:setup:testunit', :unit]
desc "Send patch information to the puppet-dev list"
task :mail_patches do