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
52cdfa6c
Commit
52cdfa6c
authored
Feb 08, 2018
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ensure that only a single namespace is created for the user
parent
61c5a540
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/ee/spec/features/profiles/pipeline_quota_spec.rb
spec/ee/spec/features/profiles/pipeline_quota_spec.rb
+3
-3
No files found.
spec/ee/spec/features/profiles/pipeline_quota_spec.rb
View file @
52cdfa6c
...
...
@@ -3,11 +3,11 @@ require 'spec_helper'
describe
'Profile > Pipeline Quota'
do
using
RSpec
::
Parameterized
::
TableSyntax
set
(
:statistics
)
{
create
(
:namespace_statistics
)
}
set
(
:namespace
)
{
statistics
.
namespace
}
set
(
:user
)
{
create
(
:user
)
}
set
(
:namespace
)
{
user
.
namespace
}
set
(
:statistics
)
{
create
(
:namespace_statistics
,
namespace:
namespace
)
}
set
(
:project
)
{
create
(
:project
,
namespace:
namespace
)
}
set
(
:other_project
)
{
create
(
:project
,
namespace:
namespace
,
shared_runners_enabled:
false
)
}
set
(
:user
)
{
namespace
.
owner
}
before
do
gitlab_sign_in
(
user
)
...
...
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