tests/testthat/test_hello.r

context( "Testing functions in file hello.R" )

describe( "Testing output function hello()", {
   it( "Works", {
      expect_output( hello(), "Hello, world!" )
   })
})
jefferys/RefactR documentation built on May 19, 2019, 3:59 a.m.