summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
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