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, 1 insertions, 5 deletions
diff --git a/chef-config/Rakefile b/chef-config/Rakefile
index 324dbbdcf4..df2f59e298 100644
--- a/chef-config/Rakefile
+++ b/chef-config/Rakefile
@@ -1,8 +1,4 @@
-require "chef-config/package_task"
-
-ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "ChefConfig", "chef-config") do |package|
- package.module_path = "chef-config"
-end
+require "bundler/gem_tasks"
task default: :spec