class RSpec::HashWithDeprecationNotice

def []=(k,v)

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