diff options
author | NimishaS <nimisha.sharad@msystechnologies.com> | 2016-10-07 10:39:09 +0000 |
---|---|---|
committer | NimishaS <nimisha.sharad@msystechnologies.com> | 2016-10-07 10:39:32 +0000 |
commit | 08edf09ca4c8fbecf2585924719996ec71bb9d54 (patch) | |
tree | a9fa5a65485c2df0bb2869ead7beac3c476e81a3 /spec | |
parent | 8bbbe695e3a8042c2dc0514182fe60abf2bc102a (diff) | |
download | chef-08edf09ca4c8fbecf2585924719996ec71bb9d54.tar.gz |
running powershell specs for only windows
Signed-off-by: NimishaS <nimisha.sharad@msystechnologies.com>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/mixin/powershell_out_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/mixin/powershell_out_spec.rb b/spec/unit/mixin/powershell_out_spec.rb index fb449e68ce..6431aae018 100644 --- a/spec/unit/mixin/powershell_out_spec.rb +++ b/spec/unit/mixin/powershell_out_spec.rb @@ -18,7 +18,7 @@ require "spec_helper" require "chef/mixin/powershell_out" -describe Chef::Mixin::PowershellOut do +describe Chef::Mixin::PowershellOut, :windows_only do let(:shell_out_class) { Class.new { include Chef::Mixin::PowershellOut } } subject(:object) { shell_out_class.new } let(:architecture) { "something" } |