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
f3cbb0a4
Commit
f3cbb0a4
authored
Apr 27, 2017
by
Alejandro Rodríguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean import of shared examples for protected branches/tags
parent
0a8f3ba4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
2 deletions
+0
-2
spec/features/protected_branches_spec.rb
spec/features/protected_branches_spec.rb
+0
-1
spec/features/protected_tags_spec.rb
spec/features/protected_tags_spec.rb
+0
-1
spec/support/protected_branches/access_control_ce_shared_examples.rb
...t/protected_branches/access_control_ce_shared_examples.rb
+0
-0
spec/support/protected_tags/access_control_ce_shared_examples.rb
...pport/protected_tags/access_control_ce_shared_examples.rb
+0
-0
No files found.
spec/features/protected_branches_spec.rb
View file @
f3cbb0a4
require
'spec_helper'
Dir
[
"./spec/features/protected_branches/*.rb"
].
sort
.
each
{
|
f
|
require
f
}
feature
'Projected Branches'
,
feature:
true
,
js:
true
do
let
(
:user
)
{
create
(
:user
,
:admin
)
}
...
...
spec/features/protected_tags_spec.rb
View file @
f3cbb0a4
require
'spec_helper'
Dir
[
"./spec/features/protected_tags/*.rb"
].
sort
.
each
{
|
f
|
require
f
}
feature
'Projected Tags'
,
feature:
true
,
js:
true
do
let
(
:user
)
{
create
(
:user
,
:admin
)
}
...
...
spec/
features/protected_branches/access_control_ce_spec
.rb
→
spec/
support/protected_branches/access_control_ce_shared_examples
.rb
View file @
f3cbb0a4
File moved
spec/
features/protected_tags/access_control_ce_spec
.rb
→
spec/
support/protected_tags/access_control_ce_shared_examples
.rb
View file @
f3cbb0a4
File moved
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