module Sinatra::Test

def self.deprecate(framework)

def self.deprecate(framework)
  warn <<-EOF
ing: support for the #{framework} testing framework is deprecated and
 be dropped in Sinatra 1.0. See <http://sinatra.github.com/testing.html>
more information.
  EOF
end