summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2018-06-24 00:55:38 -0700
committerNoah Kantrowitz <noah@coderanger.net>2018-06-24 00:55:38 -0700
commitdfc35d12c8cf4363d50d7779f65959c5bf869c28 (patch)
treebdc421a336569eca50e6ae47609cc320bd88c2e2
parente0230f1a74ad91d56b12d1ccbbdf5494dda22aa1 (diff)
downloadchef-dfc35d12c8cf4363d50d7779f65959c5bf869c28.tar.gz
Don't need this anymore.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
-rw-r--r--spec/integration/knife/config_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/integration/knife/config_spec.rb b/spec/integration/knife/config_spec.rb
index 506db73e4c..50bcc4f8ae 100644
--- a/spec/integration/knife/config_spec.rb
+++ b/spec/integration/knife/config_spec.rb
@@ -16,10 +16,6 @@
require "support/shared/integration/integration_helper"
require "support/shared/context/config"
-require "pry"
-Pry.config.history.should_load = false
-Pry.config.history.should_save = false
-
describe "knife config", :workstation do
include IntegrationSupport
include KnifeSupport