Commit b047f9e5 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'jh-59-purchase-on-old-way' into 'master'

Add prepend_mod to BillingPlansHelper and skip tests for JH

See merge request gitlab-org/gitlab!66228
parents ed0a17b6 0a4ea1fb
......@@ -187,3 +187,5 @@ module BillingPlansHelper
end
end
end
BillingPlansHelper.prepend_mod
......@@ -2,7 +2,7 @@
require 'spec_helper'
RSpec.describe BillingPlansHelper do
RSpec.describe BillingPlansHelper, skip: Gitlab.jh? do
include Devise::Test::ControllerHelpers
describe '#subscription_plan_data_attributes' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment