diff options
author | Tim Smith <tsmith@chef.io> | 2020-01-27 14:24:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 14:24:05 -0800 |
commit | f13d6f413443541afac0f6e57988c6e8d4cd8ef4 (patch) | |
tree | a1ca1ac54c0bc28676e91b645113462a40184043 /spec/functional | |
parent | b07eb1ef351013754ee8f6bc40940287f2a02ef9 (diff) | |
parent | af1bd5f4687c08e0cb5a0b9a7032d61ed42b8c89 (diff) | |
download | chef-f13d6f413443541afac0f6e57988c6e8d4cd8ef4.tar.gz |
Merge pull request #9261 from chef/nuke_old
Remove more support for Windows 2008 R2 / RHEL 5
Diffstat (limited to 'spec/functional')
-rw-r--r-- | spec/functional/win32/registry_spec.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/functional/win32/registry_spec.rb b/spec/functional/win32/registry_spec.rb index 923b952161..734562f848 100644 --- a/spec/functional/win32/registry_spec.rb +++ b/spec/functional/win32/registry_spec.rb @@ -56,12 +56,6 @@ describe "Chef::Win32::Registry", :windows_only do end end - # Server Versions - # it "succeeds if server versiion is 2003R2, 2008, 2008R2, 2012" do - # end - # it "falis if the server versions are anything else" do - # end - describe "hive_exists?" do it "returns true if the hive exists" do expect(@registry.hive_exists?("HKCU\\Software\\Root")).to eq(true) |