Skip to content

Commit

Permalink
remove body egs for including/excluding as not supporrted yet
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Sep 25, 2020
1 parent df6dd30 commit 2ca74d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions R/include_exclude.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
#'
#' # in a stub
#' req <- stub_request("get", "https://httpbin.org/get")
#' ## body
#' wi_th(req, body = list(foo = "bar"))
#' wi_th(req, body = including(list(foo = "bar")))
#' wi_th(req, body = excluding(list(foo = "bar")))
#'
#' ## query
#' wi_th(req, query = list(foo = "bar"))
Expand Down

0 comments on commit 2ca74d9

Please sign in to comment.