f4bf341e34
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
6 lines
118 B
R
6 lines
118 B
R
source("./hello-world.R")
|
|
library(testthat)
|
|
|
|
test_that("no name", {
|
|
expect_equal(hello_world(), "Hello, World!")
|
|
})
|