diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-03-12 13:48:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-12 13:48:13 -0700 |
commit | 079cca1c88232aa4bdb3eebde396f62fce48afd6 (patch) | |
tree | 4872a050baf5155bb605db6a770b0d8c196e2ac2 /spec | |
parent | 598acf53530084c0b56b423ccd48cc3570f3cc9c (diff) | |
parent | 77e6504a0702498f4058f9478fb2ec6fc0809046 (diff) | |
download | chef-079cca1c88232aa4bdb3eebde396f62fce48afd6.tar.gz |
Merge pull request #6838 from chef/revert-6773-revert-6770-tm/ruby_25
Bump to ruby 2.5.0
Diffstat (limited to 'spec')
-rw-r--r-- | spec/unit/win32/security_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/win32/security_spec.rb b/spec/unit/win32/security_spec.rb index 9d98ccdf49..b5e441f2a0 100644 --- a/spec/unit/win32/security_spec.rb +++ b/spec/unit/win32/security_spec.rb @@ -59,7 +59,7 @@ describe "Chef::Win32::Security", :windows_only do expect(Chef::ReservedNames::Win32::Security).to receive(:SetNamedSecurityInfoW).and_return( Chef::ReservedNames::Win32::API::Error::ERROR_USER_NOT_FOUND ) - expect { Chef::ReservedNames::Win32::Security.set_named_security_info "/temp_path", :SE_FILE_OBJECT, {} }.to raise_error Chef::Exceptions::Chef::Exceptions::UserIDNotFound + expect { Chef::ReservedNames::Win32::Security.set_named_security_info "/temp_path", :SE_FILE_OBJECT, {} }.to raise_error Chef::Exceptions::UserIDNotFound end end end |