diff options
author | Christopher Brown <cb@opscode.com> | 2009-02-20 10:12:08 -0800 |
---|---|---|
committer | Christopher Brown <cb@opscode.com> | 2009-02-20 10:12:08 -0800 |
commit | 924b6a1fa3456f04f6f742316cca35e9d9090fff (patch) | |
tree | e99a0a6f2bdfd732706c7e5e1cda0ae1bee5448e /Rakefile | |
parent | 4aff1ae3482d7cd565a7f80234193dcdff9266a1 (diff) | |
download | chef-924b6a1fa3456f04f6f742316cca35e9d9090fff.tar.gz |
Switch from 'slice' to 'experimental'
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,6 +14,13 @@ task :install do end end +desc "Uninstall the chef gems" +task :uninstall do + gems.reverse.each do |dir| + Dir.chdir(dir) { sh "rake uninstall" } + end +end + desc "Run the rspec tests" task :spec do gems.each do |dir| |