class RSpec::HashWithDeprecationNotice

def []=(k,v)

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