Commit 0a4ea1fb authored by Zhu Shung's avatar Zhu Shung

Change module BillingPlansHelper to prependable

parent 06ffc9fd
...@@ -187,3 +187,5 @@ module BillingPlansHelper ...@@ -187,3 +187,5 @@ module BillingPlansHelper
end end
end end
end end
BillingPlansHelper.prepend_mod
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
require 'spec_helper' require 'spec_helper'
RSpec.describe BillingPlansHelper do RSpec.describe BillingPlansHelper, skip: Gitlab.jh? do
include Devise::Test::ControllerHelpers include Devise::Test::ControllerHelpers
describe '#subscription_plan_data_attributes' do 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