context("Multiply Test")
test_that("result of multiplication is the product", {
expect_equal(gpMultiply(1,1), 1)
expect_equal(gpMultiply(2,1), 2)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.