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
753eea11
Commit
753eea11
authored
Jul 05, 2018
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in spec/features/projects/members/share_with_group_and_members_spec.rb
parent
179b0d37
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
spec/features/projects/members/share_with_group_and_members_spec.rb
...res/projects/members/share_with_group_and_members_spec.rb
+0
-10
No files found.
spec/features/projects/members/share_with_group_and_members_spec.rb
View file @
753eea11
...
...
@@ -7,13 +7,8 @@ describe 'Project > Members > Share with Group', :js do
let
(
:master
)
{
create
(
:user
)
}
describe
'Share with group lock'
do
<<<<<<<
HEAD
:spec
/
features
/
projects
/
members
/
share_with_group_and_members_spec
.
rb
shared_examples
'the project cannot be shared with groups'
do
it
'user is only able to share with members'
do
=======
shared_examples
'the project can be shared with groups'
do
it
'the "Share with group" tab exists'
do
>>>>>>>
upstream
/
master
:spec
/
features
/
projects
/
members
/
share_with_group_spec
.
rb
visit
project_settings_members_path
(
project
)
expect
(
page
).
not_to
have_selector
(
'#add-member-tab'
)
...
...
@@ -23,13 +18,8 @@ describe 'Project > Members > Share with Group', :js do
end
end
<<<<<<<
HEAD
:spec
/
features
/
projects
/
members
/
share_with_group_and_members_spec
.
rb
shared_examples
'the project cannot be shared with members'
do
it
'user is only able to share with groups'
do
=======
shared_examples
'the project cannot be shared with groups'
do
it
'the "Share with group" tab does not exist'
do
>>>>>>>
upstream
/
master
:spec
/
features
/
projects
/
members
/
share_with_group_spec
.
rb
visit
project_settings_members_path
(
project
)
expect
(
page
).
not_to
have_selector
(
'#add-member-tab'
)
...
...
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