1
1
Fork 0
exercism/r/hello-world/test_hello-world.R

7 lines
118 B
R
Raw Permalink Normal View History

source("./hello-world.R")
library(testthat)
test_that("no name", {
expect_equal(hello_world(), "Hello, World!")
})