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
...
@@ -30,11 +30,7 @@ describe 'Project > Members > Invite group', :js do
sign_in
(
maintainer
)
sign_in
(
maintainer
)
end
end
<<<<<<<
HEAD
context
'when the group has "Share group lock" disabled'
do
=======
context
'when the group has "Share with 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_behaves_like
'the project can be shared with groups'
it
'the project can be shared with another group'
do
it
'the project can be shared with another group'
do
...
@@ -52,11 +48,7 @@ describe 'Project > Members > Invite group', :js do
...
@@ -52,11 +48,7 @@ describe 'Project > Members > Invite group', :js do
end
end
end
end
<<<<<<<
HEAD
context
'when the group has "Share group lock" enabled'
do
=======
context
'when the group has "Share with group lock" enabled'
do
context
'when the group has "Share with group lock" enabled'
do
>>>>>>>
upstream
/
master
before
do
before
do
project
.
namespace
.
update_column
(
:share_with_group_lock
,
true
)
project
.
namespace
.
update_column
(
:share_with_group_lock
,
true
)
end
end
...
@@ -76,21 +68,12 @@ describe 'Project > Members > Invite group', :js do
...
@@ -76,21 +68,12 @@ describe 'Project > Members > Invite group', :js do
sign_in
(
maintainer
)
sign_in
(
maintainer
)
end
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 root_group has "Share with group lock" disabled'
do
context
'when the subgroup 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'
it_behaves_like
'the project can be shared with groups'
end
end
context
'when the subgroup has "Share with group lock" enabled'
do
context
'when the subgroup has "Share with group lock" enabled'
do
>>>>>>>
upstream
/
master
before
do
before
do
subgroup
.
update_column
(
:share_with_group_lock
,
true
)
subgroup
.
update_column
(
:share_with_group_lock
,
true
)
end
end
...
@@ -99,28 +82,16 @@ describe 'Project > Members > Invite group', :js do
...
@@ -99,28 +82,16 @@ describe 'Project > Members > Invite group', :js do
end
end
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
context
'when the root_group has "Share with group lock" enabled'
do
>>>>>>>
upstream
/
master
before
do
before
do
root_group
.
update_column
(
:share_with_group_lock
,
true
)
root_group
.
update_column
(
:share_with_group_lock
,
true
)
end
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
context
'when the subgroup has "Share with group lock" disabled (parent overridden)'
do
it_behaves_like
'the project can be shared with groups'
it_behaves_like
'the project can be shared with groups'
end
end
context
'when the subgroup has "Share with group lock" enabled'
do
context
'when the subgroup has "Share with group lock" enabled'
do
>>>>>>>
upstream
/
master
before
do
before
do
subgroup
.
update_column
(
:share_with_group_lock
,
true
)
subgroup
.
update_column
(
:share_with_group_lock
,
true
)
end
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