context("meta")
withr::with_dir(
"travis-testthat",
{
test_that("Querying repos on Travis works", {
expect_s3_class(
travis_repos(quiet = TRUE),
"travis_repos"
)
})
test_that("Querying user info on Travis works", {
expect_s3_class(
travis_user(quiet = TRUE),
"travis_user"
)
})
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.