tests/testthat/test-hello.R

test_that("hello works", {
  observed <- hello("world")
  expected <- "Hello world"

  expect_equal(observed, expected)
})
vicvolodina93/helloworld documentation built on May 10, 2020, 12:37 a.m.