dwww Home | Show directory contents | Find package

test_that("use_jenkins() creates a Makefile AND a Jenkinsfile at project root", {
  pkg <- create_local_package()
  use_jenkins()
  expect_proj_file("Makefile")
  expect_proj_file("Jenkinsfile")
})

Generated by dwww version 1.15 on Tue Jul 2 08:42:15 CEST 2024.