aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/commands/help_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/commands/help_spec.rb')
-rw-r--r--spec/bundler/commands/help_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/commands/help_spec.rb b/spec/bundler/commands/help_spec.rb
index feb5e283ea..788c1b8d29 100644
--- a/spec/bundler/commands/help_spec.rb
+++ b/spec/bundler/commands/help_spec.rb
@@ -38,7 +38,6 @@ RSpec.describe "bundle help" do
bundle "help testtasks"
end
- expect(exitstatus).to be_zero if exitstatus
expect(out).to eq("--help")
end