module GdsApi::TestHelpers::PublishingApi

def stub_default_publishing_api_put_intent

def stub_default_publishing_api_put_intent
  stub_request(:put, %r{\A#{PUBLISHING_API_ENDPOINT}/publish-intent})
end