summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-14 19:07:17 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-09-15 15:32:06 +0200
commita4ca532c9bd6f06d8990ab2386664d9e174cac67 (patch)
treee5c49c7e4d553aae1b0ff15a77763e2ce3b191c7
parentfe73c0e02481840d0805542dfd35268be192e6d5 (diff)
downloadbundler-a4ca532c9bd6f06d8990ab2386664d9e174cac67.tar.gz
Remove dead code
-rw-r--r--spec/support/helpers.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index 0c05789946..b5617d399f 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -513,10 +513,6 @@ module Spec
Dir.chdir(path) { `git rev-parse HEAD`.strip }
end
- def capture_output
- capture(:stdout)
- end
-
def with_read_only(pattern)
chmod = lambda do |dirmode, filemode|
lambda do |f|