summaryrefslogtreecommitdiff
path: root/spec/integration/knife/client_key_show_spec.rb
diff options
context:
space:
mode:
authorDaniel Schauenberg <d@unwiredcouch.com>2021-01-07 09:26:12 +0100
committerDaniel Schauenberg <d@unwiredcouch.com>2021-01-07 09:27:09 +0100
commite50d6e907d6bebec70271e9bcca50459dad88548 (patch)
tree57bef79bd565b536404761031eea39ebc90babdd /spec/integration/knife/client_key_show_spec.rb
parentd98533a4d677cfc5bf1a9a77ff9cdcc4e2543862 (diff)
parentf2a9569d23af039bd69d2dd3adb1251f7da044e3 (diff)
downloadchef-e50d6e907d6bebec70271e9bcca50459dad88548.tar.gz
Merge remote-tracking branch 'origin/master' into mrtazz/pkgng-exit-code-fix
Signed-off-by: Daniel Schauenberg <d@unwiredcouch.com>
Diffstat (limited to 'spec/integration/knife/client_key_show_spec.rb')
-rw-r--r--spec/integration/knife/client_key_show_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/integration/knife/client_key_show_spec.rb b/spec/integration/knife/client_key_show_spec.rb
index e96ff3b6fe..ee17fc3e5a 100644
--- a/spec/integration/knife/client_key_show_spec.rb
+++ b/spec/integration/knife/client_key_show_spec.rb
@@ -1,5 +1,5 @@
#
-# Copyright:: Copyright 2013-2016, Chef Software Inc.
+# Copyright:: Copyright (c) Chef Software Inc.
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -14,6 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+require "spec_helper"
require "support/shared/integration/integration_helper"
require "support/shared/context/config"
require "date"