gitlab-org--gitlab-foss/spec/support/helpers/saas_test_helper.rb

10 lines
140 B
Ruby

# frozen_string_literal: true
module SaasTestHelper
def get_next_url
"https://next.gitlab.com"
end
end
SaasTestHelper.prepend_mod