summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChristopher Brown <cb@opscode.com>2009-02-20 10:12:08 -0800
committerChristopher Brown <cb@opscode.com>2009-02-20 10:12:08 -0800
commit924b6a1fa3456f04f6f742316cca35e9d9090fff (patch)
treee99a0a6f2bdfd732706c7e5e1cda0ae1bee5448e /Rakefile
parent4aff1ae3482d7cd565a7f80234193dcdff9266a1 (diff)
downloadchef-924b6a1fa3456f04f6f742316cca35e9d9090fff.tar.gz
Switch from 'slice' to 'experimental'
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index a3b5d17894..e1786bb0fe 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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|