class ActionDispatch::TestRequest

def if_modified_since=(last_modified)

def if_modified_since=(last_modified)
  set_header("HTTP_IF_MODIFIED_SINCE", last_modified)
end