summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/provider/package/powershell_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/package/powershell_spec.rb b/spec/unit/provider/package/powershell_spec.rb
index c797fce3d7..455ec21092 100644
--- a/spec/unit/provider/package/powershell_spec.rb
+++ b/spec/unit/provider/package/powershell_spec.rb
@@ -19,7 +19,7 @@
require "spec_helper"
require "chef/mixin/powershell_out"
-describe Chef::Provider::Package::Powershell do
+describe Chef::Provider::Package::Powershell, :windows_only do
include Chef::Mixin::PowershellOut
let(:timeout) { 900 }
let(:source) { nil }