class ActionDispatch::TestRequest

def if_none_match=(etag)

def if_none_match=(etag)
  set_header("HTTP_IF_NONE_MATCH", etag)
end