module GdsApi::TestHelpers::ContentApi

def content_api_has_section(slug_or_hash, parent_slug=nil)

def content_api_has_section(slug_or_hash, parent_slug=nil)
  content_api_has_tag("section", slug_or_hash, parent_slug)
end