summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoggs <hello@boggs.xyz>2016-08-13 23:30:26 +0800
committerBoggs <hello@boggs.xyz>2016-08-17 13:21:25 +0800
commit14c1a12b711878c7d7d7f360cb70c9398496b018 (patch)
tree4bcd289cf57e6d2b59d64b21b13ba5121f5b8b52
parentc28268365a9cabc55d511a208f8047795be55001 (diff)
downloadbundler-14c1a12b711878c7d7d7f360cb70c9398496b018.tar.gz
Update failing spec
-rw-r--r--spec/commands/lock_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/lock_spec.rb b/spec/commands/lock_spec.rb
index 1e189a9659..693c1a6fe0 100644
--- a/spec/commands/lock_spec.rb
+++ b/spec/commands/lock_spec.rb
@@ -85,7 +85,7 @@ describe "bundle lock" do
it "does not fetch remote specs when using the --local option" do
bundle "lock --update --local"
- expect(out).to include("available on this machine.")
+ expect(out).to include("sources listed in your Gemfile")
end
it "writes to a custom location using --lockfile" do