aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/load_spec.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-04-21 16:41:00 -0700
committerCarlhuda <carlhuda@engineyard.com>2010-04-21 16:41:00 -0700
commit677520f00213946aeb500e91aab6430a772aefa8 (patch)
tree546fdeba0a7787e92ed47734283cb24d23f5b9ab /spec/runtime/load_spec.rb
parent1acbda18ccf13adcbeae1823e9031428c4504445 (diff)
downloadbundler-677520f00213946aeb500e91aab6430a772aefa8.tar.gz
Remove irrelevant tests
Diffstat (limited to 'spec/runtime/load_spec.rb')
-rw-r--r--spec/runtime/load_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/runtime/load_spec.rb b/spec/runtime/load_spec.rb
index fc92cad5..de578420 100644
--- a/spec/runtime/load_spec.rb
+++ b/spec/runtime/load_spec.rb
@@ -76,15 +76,6 @@ describe "Bundler.load" do
bundle :lock
end
- it "loads env.rb instead of the runtime" do
- ruby <<-RUBY
- require 'bundler'
- Bundler.load
- puts Bundler.instance_eval{ @runtime }.inspect
- RUBY
- out.should == "nil"
- end
-
it "does not invoke setup inside env.rb" do
ruby <<-RUBY
require 'bundler'