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
7dcef28d
Commit
7dcef28d
authored
Sep 10, 2018
by
Bob Van Landuyt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in `invite_group_spec.rb`
parent
139fc918
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
spec/features/projects/members/invite_group_spec.rb
spec/features/projects/members/invite_group_spec.rb
+0
-29
No files found.
spec/features/projects/members/invite_group_spec.rb
View file @
7dcef28d
...
...
@@ -30,11 +30,7 @@ describe 'Project > Members > Invite group', :js do
sign_in
(
maintainer
)
end
<<<<<<<
HEAD
context
'when the group has "Share group lock" disabled'
do
=======
context
'when the group has "Share with group lock" disabled'
do
>>>>>>>
upstream
/
master
it_behaves_like
'the project can be shared with groups'
it
'the project can be shared with another group'
do
...
...
@@ -52,11 +48,7 @@ describe 'Project > Members > Invite group', :js do
end
end
<<<<<<<
HEAD
context
'when the group has "Share group lock" enabled'
do
=======
context
'when the group has "Share with group lock" enabled'
do
>>>>>>>
upstream
/
master
before
do
project
.
namespace
.
update_column
(
:share_with_group_lock
,
true
)
end
...
...
@@ -76,21 +68,12 @@ describe 'Project > Members > Invite group', :js do
sign_in
(
maintainer
)
end
<<<<<<<
HEAD
context
'when the root_group has "Share group lock" disabled'
do
context
'when the subgroup has "Share group lock" disabled'
do
it_behaves_like
'the project can be shared with groups'
end
context
'when the subgroup has "Share group lock" enabled'
do
=======
context
'when the root_group has "Share with group lock" disabled'
do
context
'when the subgroup has "Share with group lock" disabled'
do
it_behaves_like
'the project can be shared with groups'
end
context
'when the subgroup has "Share with group lock" enabled'
do
>>>>>>>
upstream
/
master
before
do
subgroup
.
update_column
(
:share_with_group_lock
,
true
)
end
...
...
@@ -99,28 +82,16 @@ describe 'Project > Members > Invite group', :js do
end
end
<<<<<<<
HEAD
context
'when the root_group has "Share group lock" enabled'
do
=======
context
'when the root_group has "Share with group lock" enabled'
do
>>>>>>>
upstream
/
master
before
do
root_group
.
update_column
(
:share_with_group_lock
,
true
)
end
<<<<<<<
HEAD
context
'when the subgroup has "Share group lock" disabled (parent overridden)'
do
it_behaves_like
'the project can be shared with groups'
end
context
'when the subgroup has "Share group lock" enabled'
do
=======
context
'when the subgroup has "Share with group lock" disabled (parent overridden)'
do
it_behaves_like
'the project can be shared with groups'
end
context
'when the subgroup has "Share with group lock" enabled'
do
>>>>>>>
upstream
/
master
before
do
subgroup
.
update_column
(
:share_with_group_lock
,
true
)
end
...
...
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