From a4ca532c9bd6f06d8990ab2386664d9e174cac67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 14 Sep 2019 19:07:17 +0200 Subject: Remove dead code --- spec/support/helpers.rb | 4 ---- 1 file changed, 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| -- cgit v1.2.1