context("Mario general")
library(Mario)
test_that("Mario greets right", {
expect_equal(mario(), "It's-a Me, Mario!")
})
test_that("Mario's best friend is correct", {
expect_equal(best_friend(version = 1), "Luigi")
expect_equal(best_friend(version = 2), "Bowser")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.