summaryrefslogtreecommitdiff
path: root/spec/commands/help_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/commands/help_spec.rb')
-rw-r--r--spec/commands/help_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/commands/help_spec.rb b/spec/commands/help_spec.rb
index 658b1374d4..d6eebb1763 100644
--- a/spec/commands/help_spec.rb
+++ b/spec/commands/help_spec.rb
@@ -28,7 +28,6 @@ RSpec.describe "bundle help" do
end
it "looks for a binary and executes it with --help option if it's named bundler-<task>" do
- skip "obscure error" if Gem.win_platform?
File.open(tmp("bundler-testtasks"), "w", 0o755) do |f|
f.puts "#!/usr/bin/env ruby\nputs ARGV.join(' ')\n"