module GdsApi::TestHelpers::ContentApi

def content_api_has_unpublished_artefact(slug, edition, body = artefact_for_slug(slug))

def content_api_has_unpublished_artefact(slug, edition, body = artefact_for_slug(slug))
  ArtefactStub.new(slug)
      .with_response_body(body)
      .with_query_parameters(edition: edition)
      .stub
end