diff options
author | Nimesh-Msys <nimesh.patni@msystechnologies.com> | 2019-01-24 11:35:08 +0530 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-01-24 10:59:10 -0800 |
commit | 8924f9a7e9e960af470a1b4bd22583574bd5c757 (patch) | |
tree | 004947dee775ace20d7cd938546a7c756fdf061a /spec | |
parent | a6a65d48a206571bb1c4467a41d9c2aa4f63f7d4 (diff) | |
download | chef-8924f9a7e9e960af470a1b4bd22583574bd5c757.tar.gz |
Should be run only on Appveyor, without affecting anyone elses machine
Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/functional/resource/windows_certificate_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/windows_certificate_spec.rb b/spec/functional/resource/windows_certificate_spec.rb index 03de7a0ebb..188a0dc28d 100644 --- a/spec/functional/resource/windows_certificate_spec.rb +++ b/spec/functional/resource/windows_certificate_spec.rb @@ -47,7 +47,7 @@ module WindowsCertificateHelper end end -describe Chef::Resource::WindowsCertificate, :windows_only do +describe Chef::Resource::WindowsCertificate, :windows_only, :appveyor_only do include WindowsCertificateHelper let(:stdout) { StringIO.new } |