summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-05-23 18:12:23 -0500
committerTim Smith <tsmith@chef.io>2017-05-23 22:58:51 -0500
commitda6e513656f4aaf5f7efdf35faab32383f575a5a (patch)
tree9ec15c8c2bb40369d6f62716d629af56129d9f35
parentc3ebc883549141df5f486bcf88123e5a82c5ee14 (diff)
downloadchef-choco_fix.tar.gz
Remove the extra commachoco_fix
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/functional/resource/chocolatey_package_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/chocolatey_package_spec.rb b/spec/functional/resource/chocolatey_package_spec.rb
index c437282493..e8dae581b9 100644
--- a/spec/functional/resource/chocolatey_package_spec.rb
+++ b/spec/functional/resource/chocolatey_package_spec.rb
@@ -18,7 +18,7 @@
require "spec_helper"
require "chef/mixin/powershell_out"
-describe Chef::Resource::ChocolateyPackage, :windows_only, :choco_installed, do
+describe Chef::Resource::ChocolateyPackage, :windows_only, :choco_installed do
include Chef::Mixin::PowershellOut
let(:package_name) { "test-A" }