Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
0a4ea1fb
Commit
0a4ea1fb
authored
Jul 15, 2021
by
Zhu Shung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change module BillingPlansHelper to prependable
parent
06ffc9fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ee/app/helpers/billing_plans_helper.rb
ee/app/helpers/billing_plans_helper.rb
+2
-0
ee/spec/helpers/billing_plans_helper_spec.rb
ee/spec/helpers/billing_plans_helper_spec.rb
+1
-1
No files found.
ee/app/helpers/billing_plans_helper.rb
View file @
0a4ea1fb
...
...
@@ -187,3 +187,5 @@ module BillingPlansHelper
end
end
end
BillingPlansHelper
.
prepend_mod
ee/spec/helpers/billing_plans_helper_spec.rb
View file @
0a4ea1fb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment