summaryrefslogtreecommitdiff
path: root/spec/support/helpers.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-22 10:37:09 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-22 10:47:24 +0100
commit19b76473a28b3e392c7acdfa7503f68d96702f24 (patch)
treeb737a8707b12f5b56a80b2c6a475b8bb1e592425 /spec/support/helpers.rb
parent12b786888e630a6141273d28b74ec4b2e075cc44 (diff)
downloadbundler-test/more_windows_improvements.tar.gz
Trigger all current failurestest/more_windows_improvements
Diffstat (limited to 'spec/support/helpers.rb')
-rw-r--r--spec/support/helpers.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/helpers.rb b/spec/support/helpers.rb
index dde8daaf6f..3c82888a11 100644
--- a/spec/support/helpers.rb
+++ b/spec/support/helpers.rb
@@ -347,8 +347,6 @@ module Spec
end
def with_fake_man
- skip "fake_man is not a Windows friendly binstub" if Gem.win_platform?
-
FileUtils.mkdir_p(tmp("fake_man"))
File.open(tmp("fake_man/man"), "w", 0o755) do |f|
f.puts "#!/usr/bin/env ruby\nputs ARGV.inspect\n"