summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-04 12:31:12 -0800
committerGitHub <noreply@github.com>2020-12-04 12:31:12 -0800
commite214d73f7ad94c022332fdab7276bd3027dccaa9 (patch)
tree5a8d4ed1593f3df3c8e23a6813570a2df28b2a3f
parenta41fd2f13c7b42df4fbb31ad2b74460f4040e482 (diff)
parente33babda9681f0276e9ef6661d5f5c86f644e0bb (diff)
downloadchef-e214d73f7ad94c022332fdab7276bd3027dccaa9.tar.gz
Merge pull request #10710 from chef/ruby_64
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/functional/resource/dsc_script_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/dsc_script_spec.rb b/spec/functional/resource/dsc_script_spec.rb
index d0baeae7a9..b22599266b 100644
--- a/spec/functional/resource/dsc_script_spec.rb
+++ b/spec/functional/resource/dsc_script_spec.rb
@@ -21,7 +21,7 @@ require "chef/mixin/powershell_exec"
require "chef/mixin/windows_architecture_helper"
require "support/shared/integration/integration_helper"
-describe Chef::Resource::DscScript, :windows_powershell_dsc_only, :windows64_only do
+describe Chef::Resource::DscScript, :windows_powershell_dsc_only, :ruby64_only do
include Chef::Mixin::WindowsArchitectureHelper
include Chef::Mixin::PowershellExec
before(:all) do