module RSpec::Support::Warnings

def warning(text, options={})

Other tags:
    Private: -
def warning(text, options={})
  warn_with "WARNING: #{text}.", options
end