summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Rakefile b/Rakefile
index 5d80013a51..c47215ea3d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -112,15 +112,6 @@ task :dev => "dev:install" do
end
namespace :dev do
- desc "Install a Devel instance of Chef with the example-repository"
- task :install do
- gems.each do |dir|
- Dir.chdir(dir) { sh "rake install" }
- end
- Dir.chdir("example-repository") { sh("rake install") }
- end
-
-
desc "Install a test instance of Chef for doing features against"
task :features do
gems.each do |dir|