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
cba7558a
Commit
cba7558a
authored
Oct 04, 2021
by
Corinna Wiesner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change describe text for spec
parent
c67779e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/lib/gitlab/subscription_portal_spec.rb
spec/lib/gitlab/subscription_portal_spec.rb
+3
-3
No files found.
spec/lib/gitlab/subscription_portal_spec.rb
View file @
cba7558a
...
...
@@ -65,7 +65,7 @@ RSpec.describe ::Gitlab::SubscriptionPortal do
end
end
describe
'.
self.
add_extra_seats_url'
do
describe
'.add_extra_seats_url'
do
subject
{
described_class
.
add_extra_seats_url
(
group_id
)
}
let
(
:group_id
)
{
153
}
...
...
@@ -73,7 +73,7 @@ RSpec.describe ::Gitlab::SubscriptionPortal do
it
{
is_expected
.
to
eq
(
"https://customers.stg.gitlab.com/gitlab/namespaces/
#{
group_id
}
/extra_seats"
)
}
end
describe
'.
self.
upgrade_subscription_url'
do
describe
'.upgrade_subscription_url'
do
subject
{
described_class
.
upgrade_subscription_url
(
group_id
,
plan_id
)
}
let
(
:group_id
)
{
153
}
...
...
@@ -82,7 +82,7 @@ RSpec.describe ::Gitlab::SubscriptionPortal do
it
{
is_expected
.
to
eq
(
"https://customers.stg.gitlab.com/gitlab/namespaces/
#{
group_id
}
/upgrade/
#{
plan_id
}
"
)
}
end
describe
'.
self.
renew_subscription_url'
do
describe
'.renew_subscription_url'
do
subject
{
described_class
.
renew_subscription_url
(
group_id
)
}
let
(
:group_id
)
{
153
}
...
...
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