module GdsApi::TestHelpers::PublishingApiV2

def stub_any_publishing_api_put_content

Stub any PUT /v2/content/* request
def stub_any_publishing_api_put_content
  stub_request(:put, %r{\A#{PUBLISHING_API_V2_ENDPOINT}/content/})
end