summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-22 15:24:48 -0700
committerTim Smith <tsmith@chef.io>2018-08-22 15:24:48 -0700
commit1e881266caa159a186b03384c37cafbb560757d7 (patch)
tree1d0eed5516cac1f256b65bf0c9d14a8a1e7feeb3
parent030b374eadb0ee0672cbf045185289ce54d06638 (diff)
downloadchef-1e881266caa159a186b03384c37cafbb560757d7.tar.gz
Remove usage of the package_task from the chef-config rakefile
Signed-off-by: Tim Smith <tsmith@chef.io>
-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