test_that("use", {
# Cannot check if this is TRUE or FALSE: it depends
# where the test if run
expect_true(beautier::is_one_bool(is_on_peregrine_login_node()))
# Travis is not Peregrine
if (beautier::is_on_travis()) {
expect_false(is_on_peregrine_worker_node())
}
# AppVeyor is not Peregrine
if (beautier::is_on_appveyor()) {
expect_false(is_on_peregrine_worker_node())
}
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.