module Sinatra::Test

def put(path, *args, &b) ; test_request('PUT', path, *args, &b) ; end

def put(path, *args, &b)  ; test_request('PUT', path, *args, &b) ; end