test_that("pluralize_gift works", {
correct_result <- "Horses"
my_result <- pluralize_gift("Horse")
expect_equal(my_result, correct_result)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.