tests/testthat/whoops-route.R

string <- 'how did this get here?'

route(
  'GET',
  '^bridge/to/[a-z]+$',
  function() {
    response()
  }
)

post_amble <- '10 days and thirty minutes prior ...'
nteetor/prairie documentation built on May 24, 2019, 9:56 a.m.