summaryrefslogtreecommitdiff
path: root/spec/runtime/load_spec.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-05-10 11:19:01 +0300
committerCarl Lerche <carllerche@mac.com>2010-05-10 11:19:01 +0300
commit2b9094e9d0f0cc21d8acf503da98fd908e29f6ff (patch)
tree875374c8ddb304f6c8a35e31525f49a453108a63 /spec/runtime/load_spec.rb
parent8c1dde4962aac87ebd126a1e3b253ff395d3e5a8 (diff)
downloadbundler-2b9094e9d0f0cc21d8acf503da98fd908e29f6ff.tar.gz
Scope specs in the lock file by source
Diffstat (limited to 'spec/runtime/load_spec.rb')
-rw-r--r--spec/runtime/load_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/runtime/load_spec.rb b/spec/runtime/load_spec.rb
index de57842026..9762e7c09f 100644
--- a/spec/runtime/load_spec.rb
+++ b/spec/runtime/load_spec.rb
@@ -4,9 +4,11 @@ describe "Bundler.load" do
before :each do
system_gems "rack-1.0.0"
# clear memoized method results
+ # TODO: Don't reset internal ivars
Bundler.instance_eval do
@load = nil
@runtime = nil
+ @definition = nil
end
end