summaryrefslogtreecommitdiff
path: root/spec/support/helpers.rb
diff options
context:
space:
mode:
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"