diff options
author | Boggs <hello@boggs.xyz> | 2016-06-29 13:12:57 +0800 |
---|---|---|
committer | Boggs <hello@boggs.xyz> | 2016-06-29 13:12:57 +0800 |
commit | 213634317badd4d065fc1624f97da38a9347044b (patch) | |
tree | 0c5e7dacad7b53320ca957f6ae72750eb2a32c13 /spec/other | |
parent | e2a392ded8f2074be61a0408473c57036d4ba44d (diff) | |
download | bundler-213634317badd4d065fc1624f97da38a9347044b.tar.gz |
Modify spec for usage of locked version
Diffstat (limited to 'spec/other')
-rw-r--r-- | spec/other/trampoline_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/trampoline_spec.rb b/spec/other/trampoline_spec.rb index 3d90b45a24..2be0c9c3e9 100644 --- a/spec/other/trampoline_spec.rb +++ b/spec/other/trampoline_spec.rb @@ -131,7 +131,7 @@ The error was: puts Bundler::VERSION R expect(err).to be_empty - expect(out).to eq("1.12.0") + expect(out).to include("1.12.0") end end |