diff options
author | Andre Arko <andre@arko.net> | 2015-04-05 20:02:40 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-04-05 20:02:40 -0700 |
commit | 26e5935771e0290371d21ca36458c37509cef8ff (patch) | |
tree | f8f14728acddda6035f752d242eb255bbf3b6762 /spec/commands/lock_spec.rb | |
parent | 7fbe02eaf9c1b379ec0431ca56769420b8bc867c (diff) | |
download | bundler-26e5935771e0290371d21ca36458c37509cef8ff.tar.gz |
lock spec expects BUNDLED WITH too
Diffstat (limited to 'spec/commands/lock_spec.rb')
-rw-r--r-- | spec/commands/lock_spec.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/commands/lock_spec.rb b/spec/commands/lock_spec.rb index b3f4f8cb63..4545b8ce7f 100644 --- a/spec/commands/lock_spec.rb +++ b/spec/commands/lock_spec.rb @@ -47,6 +47,9 @@ describe "bundle lock" do foo rails with_license + + BUNDLED WITH + 1.9.1 L end |