module GdsApi::TestHelpers::PublishingApiV2

def stub_any_publishing_api_call

Stub any version 2 request to the publishing API
def stub_any_publishing_api_call
  stub_request(:any, %r{\A#{PUBLISHING_API_V2_ENDPOINT}})
end