summaryrefslogtreecommitdiff
path: root/spec/functional/win32/registry_helper_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/functional/win32/registry_helper_spec.rb')
-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 9ef6fd006f..43733557ba 100644
--- a/spec/functional/win32/registry_helper_spec.rb
+++ b/spec/functional/win32/registry_helper_spec.rb
@@ -205,7 +205,7 @@ describe 'Chef::Win32::Registry', :windows_only do
end
describe "get_values" do
- it "returns all values for a key if it exists" do
+ it "returns all values for a key if it exists", :focus => true do
values = @registry.get_values("HKCU\\Software\\Root")
expect(values).to be_an_instance_of Array
expect(values).to eq([{:name=>"RootType1", :type=>:string, :data=>"fibrous"},