class ActionDispatch::TestRequest

def request_method=(method)

def request_method=(method)
  super(method.to_s.upcase)
end