summaryrefslogtreecommitdiff
path: root/chef-config/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/Rakefile')
-rw-r--r--chef-config/Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/chef-config/Rakefile b/chef-config/Rakefile
index 324dbbdcf4..3ef4ac2a0c 100644
--- a/chef-config/Rakefile
+++ b/chef-config/Rakefile
@@ -1,9 +1,3 @@
-require "chef-config/package_task"
-
-ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "ChefConfig", "chef-config") do |package|
- package.module_path = "chef-config"
-end
-
task default: :spec
begin