Nothing
context("gcloud_sdk")
test_that(".gcloud_sdk_find_binary() works", {
with_envvar <- withr::with_envvar
sdk <- tempfile()
dir.create(file.path(sdk, "bin", "gsutil"), recursive = TRUE)
sdk <- normalizePath(sdk)
expected <- normalizePath(file.path(sdk, "bin", "gsutil"))
with_envvar(c(GCLOUD_SDK_PATH=sdk), {
object <- .gcloud_sdk_find_binary("gsutil")
expect_identical(object, expected)
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.