Skip to content

Instantly share code, notes, and snippets.

@bheavner
Created April 6, 2017 18:49
Show Gist options
  • Save bheavner/aba968b52e456b903c047485158e6651 to your computer and use it in GitHub Desktop.
Save bheavner/aba968b52e456b903c047485158e6651 to your computer and use it in GitHub Desktop.
A simple test to ensure testthat is working (and to enable devtools::check() on an empty project)
context("test_testthat - unit tests")
test_that("test_return_true returns TRUE", {
expect_true(return_true())
})
@bheavner
Copy link
Author

bheavner commented Apr 6, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment