summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Barnett <jason.w.barnett@gmail.com>2018-01-27 07:08:40 -0800
committerJason Barnett <jason.w.barnett@gmail.com>2018-01-27 07:09:12 -0800
commit2cafe1e6ee1465a496278fa95d15842c12c16066 (patch)
tree4b5f32f3c06b9c606d1bc90552b29e6c92d90029
parent1676c80eaa4df2e91e8252119cd528d63873196b (diff)
downloadchef-2cafe1e6ee1465a496278fa95d15842c12c16066.tar.gz
Remove temporary line
Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as Indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
-rw-r--r--spec/unit/provider/service/windows_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/unit/provider/service/windows_spec.rb b/spec/unit/provider/service/windows_spec.rb
index 8d87812ca6..b5db23591c 100644
--- a/spec/unit/provider/service/windows_spec.rb
+++ b/spec/unit/provider/service/windows_spec.rb
@@ -20,8 +20,6 @@
require "spec_helper"
require "mixlib/shellout"
-class Chef::ReservedNames::Win32::Security; end
-
describe Chef::Provider::Service::Windows, "load_current_resource" do
include_context "Win32"