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

callouts_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: 8c7faa71d9f072cfff61b70f87232cd851e6d042 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module CalloutsTestHelper
  def callouts_trials_link_path
    '/-/trial_registrations/new?glm_content=gold-callout&glm_source=gitlab.com'
  end
end

CalloutsTestHelper.prepend_mod