summaryrefslogtreecommitdiff
path: root/spec/update
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-12 10:46:15 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-12 10:47:39 +0200
commitd5af877b6a51e0faaa6240089005ccca76dba727 (patch)
treecf04eaf8b3e3078d21703e7941bb99c9b1be3302 /spec/update
parenteb46c21d28193e1fc40aad1ab1316479f59f4515 (diff)
downloadbundler-d5af877b6a51e0faaa6240089005ccca76dba727.tar.gz
s/last_command.stderr/err/
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 c776a8998e..bc230a3575 100644
--- a/spec/update/git_spec.rb
+++ b/spec/update/git_spec.rb
@@ -88,7 +88,7 @@ RSpec.describe "bundle update" do
gem "foo", "1.0", :git => "#{lib_path("foo_two")}"
G
- expect(last_command.stderr).to be_empty
+ expect(err).to be_empty
expect(out).to include("Fetching #{lib_path}/foo_two")
expect(out).to include("Bundle complete!")
end