tests/testthat/test_get_artist.R

context("artist.R")

test_that(
  "get_artist() returns a list", {
    expect_match(
      class(get_artist(1, access_token=Sys.getenv("GENIUS_SECRET"))),
      "data.frame"
    )
})
tylercroberts/rGenius documentation built on May 17, 2019, 8:46 p.m.