diff --git a/test/helper.rb b/test/helper.rb index 5201db2c..a5c339ae 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -9,9 +9,8 @@ require 'bacon' require 'open4' # A global space for storing temporary state during tests. -ScratchPad = OpenStruct.new -Pad = ScratchPad -def ScratchPad.clear +Pad = OpenStruct.new +def Pad.clear @table = {} end