From f835151ad4e8b897e6e73f74166eee51549c7f77 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Sun, 25 Dec 2016 15:26:16 -0600 Subject: Remove unecessary hack in the specs --- spec/runtime/load_spec.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'spec/runtime') diff --git a/spec/runtime/load_spec.rb b/spec/runtime/load_spec.rb index c010f8f8..93c80731 100644 --- a/spec/runtime/load_spec.rb +++ b/spec/runtime/load_spec.rb @@ -4,13 +4,6 @@ require "spec_helper" 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 describe "with a gemfile" do -- cgit v1.2.3