Sha256: cdad699c60cbe5ca14dfff5a1bb65792c59b9fe0ca5e9c8654f21945cad36dc4
Contents?: true
Size: 173 Bytes
Versions: 59
Compression:
Stored size: 173 Bytes
Contents
source("./hello-world.R") library(testthat) test_that("no name", { expect_equal(hello_world(), "Hello, World!") }) message("All tests passed for exercise: hello-world")
Version data entries
59 entries across 59 versions & 1 rubygems