test_that("use_jenkins() creates a Makefile AND a Jenkinsfile at project root", {
pkg <- create_local_package()
use_jenkins()
expect_proj_file("Makefile")
expect_proj_file("Jenkinsfile")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.