tests/testthat/test-organizations.R

context('Organizations')

test_that('organizations downloaded', {
    skip_on_cran()
    check_api()
    source('testing_login.R')
    all_orgs <- getAllOrganizations()
    expect_is(all_orgs, 'data.frame')
})
tcash21/zendeskR documentation built on May 31, 2019, 7:28 a.m.