summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/unit/mixin/shell_out_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/unit/mixin/shell_out_spec.rb b/spec/unit/mixin/shell_out_spec.rb
index 0cf5baea..a754bdc1 100644
--- a/spec/unit/mixin/shell_out_spec.rb
+++ b/spec/unit/mixin/shell_out_spec.rb
@@ -89,10 +89,6 @@ describe Ohai::Mixin::ShellOut, "shell_out" do
describe "when the command does not exist" do
it "logs the command and error message" do
- require "pry"
- Pry.config.input = STDIN
- Pry.config.output = STDOUT
- binding.pry
expect(Mixlib::ShellOut).to receive(:new).with(cmd, options).and_return(shell_out)
expect(shell_out).to receive(:run_command).and_raise(Errno::ENOENT, "sparkle-dream")
expect(logger).to receive(:trace)