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