summaryrefslogtreecommitdiff
path: root/spec/commands/help_spec.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/commands/help_spec.rb
parent12b786888e630a6141273d28b74ec4b2e075cc44 (diff)
downloadbundler-test/more_windows_improvements.tar.gz
Trigger all current failurestest/more_windows_improvements
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"