diff options
| author | Carl Lerche <carllerche@mac.com> | 2010-06-09 09:32:43 -0400 |
|---|---|---|
| committer | Carl Lerche <carllerche@mac.com> | 2010-06-09 09:32:43 -0400 |
| commit | d4cd3bc366d4c29646c88b9a450dec1bdb9eca36 (patch) | |
| tree | 80be635a2c6129184ac4e21e0e37e797b971f2b1 /spec/runtime/executable_spec.rb | |
| parent | 91c3beb0a5af9b816e34ecd0aef0b6fd6a0487ee (diff) | |
| download | bundler-d4cd3bc366d4c29646c88b9a450dec1bdb9eca36.tar.gz | |
Fix a passing spec that was spewing out errors.
Diffstat (limited to 'spec/runtime/executable_spec.rb')
| -rw-r--r-- | spec/runtime/executable_spec.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/runtime/executable_spec.rb b/spec/runtime/executable_spec.rb index 0b28f09328..057033d254 100644 --- a/spec/runtime/executable_spec.rb +++ b/spec/runtime/executable_spec.rb @@ -68,6 +68,10 @@ describe "Running commands" do end it "don't bundle da bundla" do + build_gem "bundler", Bundler::VERSION, :to_system => true do |s| + s.executables = "bundle" + end + install_gemfile <<-G source "file://#{gem_repo1}" gem "bundler" |
