tests/testthat/test-all-restrooms.R

context("test-all-restrooms.R")

test_that("all restrooms works", {
  skip_on_cran() # takes a long time and is fine to test locally
  skip_on_ci()

  all <- rfg_all_restrooms(accessible = TRUE, unisex = TRUE)
  expect_true(tibble::is_tibble(all))
})

Try the refuge package in your browser

Any scripts or data that you put into this service are public.

refuge documentation built on Jan. 15, 2021, 3:35 p.m.