diff options
author | David RodrÃguez <[email protected]> | 2020-06-24 19:53:16 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2020-07-15 16:05:12 +0900 |
commit | 2fafc08aa34ddba39d0bfdb6e7c5de4f7bf7f55e () | |
tree | 7b857ff42b6b51018793e191e2f19adeaf023033 /spec/bundler/commands/clean_spec.rb | |
parent | 547ba6608e3e81674f829b75fcb0a9023889e235 (diff) |
[rubygems/rubygems] Remove unneeded trailing conditions on exitstatus
https://.com/rubygems/rubygems/commit/27e0e4ecb6
Notes: Merged: https://.com/ruby/ruby/pull/3275
-rw-r--r-- | spec/bundler/commands/clean_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -327,7 +327,7 @@ RSpec.describe "bundle clean" do bundle :clean, :raise_on_error => false - expect(exitstatus).to eq(15) if exitstatus expect(err).to include("--force") end |