summaryrefslogtreecommitdiff
path: root/spec/support/helpers/saas_test_helper.rb
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