summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-09-09 16:43:00 -0700
committerdanielsdeleo <dan@opscode.com>2013-09-09 16:43:00 -0700
commit4c1e6fee46638a668e0b05914371d9271f590a86 (patch)
treed010c6f2f54eafba4f805104665fd729d00c3294 /spec
parentfd66077d0368babc5ba57d52f96e1ebc52d70ca1 (diff)
downloadmixlib-shellout-4c1e6fee46638a668e0b05914371d9271f590a86.tar.gz
remove uneeded require
not sure what this was, tests run fine without it.
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 0eab6ba..8d2b7c9 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -6,7 +6,6 @@ require 'tmpdir'
require 'tempfile'
require 'timeout'
-require 'ap'
WATCH = lambda { |x| ap x } unless defined?(WATCH)