summaryrefslogtreecommitdiff
path: root/spec/bundler/install/gems/win32_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-06-24 19:52:14 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-15 16:05:12 +0900
commit16823d4a05580e041ff514122de5f3a3fbcef409 (patch)
tree56b01b2c04e7b89e4e7437db1e4abcc9ad7fde94 /spec/bundler/install/gems/win32_spec.rb
parente2837a77be2164fa17be046eabb93cbb63f77311 (diff)
[rubygems/rubygems] Remove unnecessary assertions on exitstatus
Since our helpers now raise by default if the subcommand fails, these will never actually fail and are not necessary. https://github.com/rubygems/rubygems/commit/6153b9321e
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3275
Diffstat (limited to 'spec/bundler/install/gems/win32_spec.rb')
-rw-r--r--spec/bundler/install/gems/win32_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/bundler/install/gems/win32_spec.rb b/spec/bundler/install/gems/win32_spec.rb
index 972a455bee..419b14ff0f 100644
--- a/spec/bundler/install/gems/win32_spec.rb
+++ b/spec/bundler/install/gems/win32_spec.rb
@@ -21,6 +21,5 @@ RSpec.describe "bundle install with win32-generated lockfile" do
gem "rack"
G
- expect(exitstatus).to eq(0) if exitstatus
end
end