Welcome to mirror list, hosted at ThFree Co, Russian Federation.

saas_test_helper.rb « helpers « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8162603cd9c735556ca5058aecbcfe19d2d0927 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module SaasTestHelper
  def get_next_url
    "https://next.gitlab.com"
  end
end

SaasTestHelper.prepend_mod