class ActiveSupport::Testing::SimpleStubs

def initialize

def initialize
  @stubs = Hash.new { |h, k| h[k] = {} }
end