class RSpec::Support::StdErrSplitter

def verify_no_warnings!

def verify_no_warnings!
  raise "Warnings were generated: #{output}" if has_output?
  reset!
end