aboutsummaryrefslogtreecommitdiffstats
path: root/spec/update
diff options
context:
space:
mode:
Diffstat (limited to 'spec/update')
-rw-r--r--spec/update/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/update/git_spec.rb b/spec/update/git_spec.rb
index 0ef857a9..9f5e71b3 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -114,7 +114,7 @@ describe "bundle update" do
G
bundle "update"
- expect(exitstatus).to eq(0)
+ expect(exitstatus).to eq(0) if exitstatus
end
describe "with submodules" do