knife-windows 3.0.12 → 3.0.13
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3b17ce381407a7175445aff5770826bb9261b08ea1158cc5a7ffa688eb2c84ea
|
4
|
+
data.tar.gz: ef4af029b47931d2710644d063b677c59d539e51104ab04faec7599e49abb92b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82aaf0ae8009bab94b899d6b4adac64d530550de660979eac6daaf2d07929a1a5c328fe261dcb388f8a2e8b87da5f02b9c060f3863da0893275b0a0c28b80105
|
7
|
+
data.tar.gz: 4165c86e5ac88d6753e257eb7824e9f0be3db689efe4fe972a07afe24956bd254b61d8a38c88f44fe8d64351266fb0eb39a3ae511b1fb7b3395713ec971aa684
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#
|
2
2
|
# Author:: Steven Murawski <smurawski@chef.io>
|
3
|
-
# Copyright:: Copyright (c) 2015-
|
3
|
+
# Copyright:: Copyright (c) 2015-2020 Chef Software, Inc.
|
4
4
|
# License:: Apache License, Version 2.0
|
5
5
|
#
|
6
6
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
@@ -17,11 +17,9 @@
|
|
17
17
|
#
|
18
18
|
|
19
19
|
require "spec_helper"
|
20
|
-
require_relative "../../../lib/chef/knife/
|
20
|
+
require_relative "../../../lib/chef/knife/winrm_session"
|
21
21
|
require "dummy_winrm_connection"
|
22
22
|
|
23
|
-
Chef::Knife::Winrm.load_deps
|
24
|
-
|
25
23
|
describe Chef::Knife::WinrmSession do
|
26
24
|
let(:winrm_connection) { Dummy::Connection.new }
|
27
25
|
let(:options) { { transport: :plaintext } }
|