diff options
| author | James Turnbull <james@lovedthanlost.net> | 2009-06-28 15:12:32 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2009-06-28 15:12:32 +1000 |
| commit | 769c8aa71e5b4855662314f13b1197853cdc843a (patch) | |
| tree | 7fb7a7918f377253542dfdbbd65b2993a37a39f6 | |
| parent | a6816fff5a0421d614da50eeaf12aa7178a82b09 (diff) | |
Final fix to CI test rakes
| -rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
