debian-mirror-gitlab/spec/support/helpers/trial_status_widget_test_helper.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
224 B
Ruby
Raw Normal View History

2022-07-16 23:28:13 +05:30
# 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