summaryrefslogtreecommitdiff
path: root/spec/functional/win32
diff options
context:
space:
mode:
authorLamont Granquist <lamont@opscode.com>2012-11-30 12:00:16 -0800
committerLamont Granquist <lamont@opscode.com>2012-12-19 15:56:08 -0800
commit38b4f968232a718f8ce91b4c8d1ecf6259ec1167 (patch)
tree5024d7630dfed80e02736250b14ea26b4ae2fe21 /spec/functional/win32
parentbde8b49f9e1501a21ef77ccf991f6b76ace86969 (diff)
downloadchef-38b4f968232a718f8ce91b4c8d1ecf6259ec1167.tar.gz
remove 64-bit from constructor for 32-bit testing
Diffstat (limited to 'spec/functional/win32')
-rw-r--r--spec/functional/win32/registry_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/win32/registry_helper_spec.rb b/spec/functional/win32/registry_helper_spec.rb
index 9b475d0861..10afaabe5b 100644
--- a/spec/functional/win32/registry_helper_spec.rb
+++ b/spec/functional/win32/registry_helper_spec.rb
@@ -47,7 +47,7 @@ describe 'Chef::Win32::Registry', :windows_only do
@run_context = Chef::RunContext.new(@node, {}, events)
#Create a registry object that has access ot the node previously created
- @registry = Chef::Win32::Registry.new(@run_context, 'x86_64')
+ @registry = Chef::Win32::Registry.new(@run_context)
end
#Delete what is left of the registry key-values previously created