diff options
| author | Carl Lerche <carllerche@mac.com> | 2010-01-26 11:27:12 -0800 |
|---|---|---|
| committer | Carl Lerche <carllerche@mac.com> | 2010-01-26 11:27:12 -0800 |
| commit | c6fbd8963013ae1440a8dc0a897407363b8b449e (patch) | |
| tree | 4212f3e485afd0596112e8487c23bada661e8aae /spec/lock/git_spec.rb | |
| parent | 152a50a4aff32cc1c10bedd14d9ea822da4f3eef (diff) | |
| download | bundler-c6fbd8963013ae1440a8dc0a897407363b8b449e.tar.gz | |
Renamed bbl to bundle
Diffstat (limited to 'spec/lock/git_spec.rb')
| -rw-r--r-- | spec/lock/git_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/lock/git_spec.rb b/spec/lock/git_spec.rb index d3767f12ea..1d34fd3cf7 100644 --- a/spec/lock/git_spec.rb +++ b/spec/lock/git_spec.rb @@ -11,9 +11,9 @@ describe "gemfile lock with git" do gem 'foo' G - bbl :lock + bundle :lock update_git "foo" - bbl :install + bundle :install run <<-RUBY require 'foo' |
