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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/helpers/trial_status_widget_test_helper.rb')
-rw-r--r--spec/support/helpers/trial_status_widget_test_helper.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/support/helpers/trial_status_widget_test_helper.rb b/spec/support/helpers/trial_status_widget_test_helper.rb
deleted file mode 100644
index d75620d17ee..00000000000
--- a/spec/support/helpers/trial_status_widget_test_helper.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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