Skip to content

Commit

Permalink
Use httptest2. (#38)
Browse files Browse the repository at this point in the history
Closes #35.
  • Loading branch information
jonthegeek committed Oct 16, 2023
1 parent 6c7b180 commit 3e15ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/generate.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ generate_pkg <- function(config_file = "_beekeeper.yml",
.prepare_r <- function() {
usethis::use_directory("R")
usethis::use_testthat()
purrr::quietly(httptest2::use_httptest2)()
usethis::use_package("nectar")
usethis::use_package("beekeeper", type = "Suggests")
usethis::use_package("httptest2", type = "Suggests")
}

#' Use a template in this package
Expand Down

0 comments on commit 3e15ed8

Please sign in to comment.