summaryrefslogtreecommitdiff
path: root/spec/update
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-01-20 23:11:14 -0800
committerAndre Arko <andre@arko.net>2015-01-20 23:11:14 -0800
commit3de0997bc64f8c0c3a1909577a711f6e614a1d2a (patch)
treefccfe5d6462df368c4f146375641eab208788079 /spec/update
parent8774e0062e44a45819fde6e38465f0bb2f5de36c (diff)
downloadbundler-3de0997bc64f8c0c3a1909577a711f6e614a1d2a.tar.gz
clean up some missed some @exitstatus
Diffstat (limited to 'spec/update')
-rw-r--r--spec/update/gems_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/update/gems_spec.rb b/spec/update/gems_spec.rb
index 842cf796a0..ed503e3607 100644
--- a/spec/update/gems_spec.rb
+++ b/spec/update/gems_spec.rb
@@ -196,6 +196,6 @@ describe "bundle update" do
bundle "update nonexisting"
expect(out).to include("This Bundle hasn't been installed yet. Run `bundle install` to update and install the bundled gems.")
- expect(@exitstatus).to eq(22)
+ expect(exitstatus).to eq(22) if exitstatus
end
end