tests/testthat/test-download_csl.R

test_that("download_csl get the file", {
  download_csl("ecology")
  expect_true(file.exists("ecology.csl"))
  unlink("ecology.csl")
})
kguidonimartins/minimalTemplate documentation built on Nov. 10, 2020, 5:15 p.m.