summaryrefslogtreecommitdiff
path: root/spec/cache
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-01-19 12:39:03 -0800
committerAndre Arko <andre@arko.net>2015-01-19 13:09:44 -0800
commit05d80d18ce71ff0c72fbc42a643e01905d3b8f7f (patch)
treebbb5ba93eb88c446fccf8ff2920f2f61b4bea274 /spec/cache
parentfd0acaa751cc72dc0625ea8373198423967edaee (diff)
downloadbundler-05d80d18ce71ff0c72fbc42a643e01905d3b8f7f.tar.gz
we can have exitstatus and err at the same time
huh, how did I miss this before?
Diffstat (limited to 'spec/cache')
-rw-r--r--spec/cache/platform_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/cache/platform_spec.rb b/spec/cache/platform_spec.rb
index d9730f545c..b79ecb08d9 100644
--- a/spec/cache/platform_spec.rb
+++ b/spec/cache/platform_spec.rb
@@ -34,7 +34,7 @@ describe "bundle cache with multiple platforms" do
end
it "ensures that a succesful bundle install does not delete gems for other platforms" do
- bundle "install", :exitstatus => true
+ bundle "install"
expect(exitstatus).to eq 0
@@ -43,7 +43,7 @@ describe "bundle cache with multiple platforms" do
end
it "ensures that a succesful bundle update does not delete gems for other platforms" do
- bundle "update", :exitstatus => true
+ bundle "update"
expect(exitstatus).to eq 0