test-build.r
context("test-build.r")
test_that("both versions of build_site have same arguments", {
expect_equal(formals(build_site_local), formals(build_site_external))
})
context("test-build.r")
test_that("both versions of build_site have same arguments", {
expect_equal(formals(build_site_local), formals(build_site_external))
})