module RSpec::Support::Warnings

def deprecate(deprecated, options={})

def deprecate(deprecated, options={})
  warn_with "DEPRECATION: #{deprecated} is deprecated.", options
end