debian-mirror-gitlab/spec/support/helpers/trial_status_widget_test_helper.rb
2022-07-16 19:58:13 +02:00

10 lines
224 B
Ruby

# frozen_string_literal: true
module TrialStatusWidgetTestHelper
def purchase_href(group)
new_subscriptions_path(namespace_id: group.id, plan_id: 'ultimate-plan-id')
end
end
TrialStatusWidgetTestHelper.prepend_mod