Skip to content

Commit

Permalink
Fix to CI rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Jun 27, 2009
1 parent 5680cd5 commit 64a4720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -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
Expand Down

0 comments on commit 64a4720

Please sign in to comment.