aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/load_spec.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-01-31 23:36:01 -0800
committerCarl Lerche <carllerche@mac.com>2010-01-31 23:36:01 -0800
commit0a758202b90c25bbeb748be2616882b4667b8860 (patch)
tree081a8fd8369acff0a59e9459c279f1fcbed6ce7c /spec/runtime/load_spec.rb
parent5a5e1d6d08babfe039aec8bf15bca64dc6a775ab (diff)
downloadbundler-0a758202b90c25bbeb748be2616882b4667b8860.tar.gz
A first pass of bundle exec
Diffstat (limited to 'spec/runtime/load_spec.rb')
-rw-r--r--spec/runtime/load_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/runtime/load_spec.rb b/spec/runtime/load_spec.rb
index 4304a05a..9898df85 100644
--- a/spec/runtime/load_spec.rb
+++ b/spec/runtime/load_spec.rb
@@ -3,7 +3,6 @@ require File.expand_path('../../spec_helper', __FILE__)
describe "Bundler.load" do
before :each do
- in_app_root
system_gems "rack-1.0.0"
end