summaryrefslogtreecommitdiff
path: root/chef-config/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/Rakefile')
-rw-r--r--chef-config/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/Rakefile b/chef-config/Rakefile
index fd6497a287..324dbbdcf4 100644
--- a/chef-config/Rakefile
+++ b/chef-config/Rakefile
@@ -4,7 +4,7 @@ ChefConfig::PackageTask.new(File.expand_path("..", __FILE__), "ChefConfig", "che
package.module_path = "chef-config"
end
-task :default => :spec
+task default: :spec
begin
require "rspec/core/rake_task"