Nothing
test_that("last_stub works when no stubs found", {
stub_registry_clear()
expect_null(last_stub())
})
test_that("last_stub works when stubs are found", {
stub_registry_clear()
stub_request("head", "https://nytimes.com")
expect_s3_class(last_stub(), "StubbedRequest")
})
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.