aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/require_spec.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-10 16:02:35 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-10 16:02:35 -0800
commitf7bfddea609fcd568e0082809af3214457553630 (patch)
tree4e9c61b8e24746202fa52504adbc0819ba263b49 /spec/runtime/require_spec.rb
parent6c5a67dc849e7ed4dc1fc05176afcf6ae61ec776 (diff)
downloadbundler-f7bfddea609fcd568e0082809af3214457553630.tar.gz
Actually disable system gems in .bundle/environment.rb
Diffstat (limited to 'spec/runtime/require_spec.rb')
-rw-r--r--spec/runtime/require_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/runtime/require_spec.rb b/spec/runtime/require_spec.rb
index d53e5e4c..bb79b746 100644
--- a/spec/runtime/require_spec.rb
+++ b/spec/runtime/require_spec.rb
@@ -47,7 +47,6 @@ describe "Bundler.require" do
bundle :lock
out = ruby("require 'bundler'; Bundler.setup; Bundler.require")
- puts out
out.should == "two"
out = ruby("require 'bundler'; Bundler.setup(:bar); Bundler.require(:bar)")