spec: rm stray reference to OpenStruct

OpenStruct was removed in 91d412c044, but
a stray reference remained in the test suite. Remove it here.
This commit is contained in:
Ken Dreyer 2014-12-09 20:44:02 -07:00
parent 9afc501b41
commit 70942ad3b2
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ describe Pry::Hooks do
describe "after_session hook" do
it 'should always run, even if uncaught exception bubbles out of repl' do
o = OpenStruct.new
o = Pry::Config.new
o.great_escape = Class.new(StandardError)
old_ew = Pry.config.exception_whitelist