module Sinatra::Test

def get(path, *args, &b) ; make_request('GET', path, *args, &b) ; end

def get(path, *args, &b)  ; make_request('GET', path, *args, &b) ; end