class Rspec::HashWithDeprecationNotice

def []=(k,v)

def []=(k,v)
  Rspec.deprecate(@method, @alternate_method)
  super
end