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
d837fee6
Commit
d837fee6
authored
Nov 13, 2017
by
Luke "Jared" Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve create_new_mr_spec.rb
parent
8c78d6b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
spec/features/merge_requests/create_new_mr_spec.rb
spec/features/merge_requests/create_new_mr_spec.rb
+0
-3
No files found.
spec/features/merge_requests/create_new_mr_spec.rb
View file @
d837fee6
...
@@ -89,7 +89,6 @@ feature 'Create New Merge Request', :js do
...
@@ -89,7 +89,6 @@ feature 'Create New Merge Request', :js do
expect
(
target_items
.
count
).
to
be
>
1
expect
(
target_items
.
count
).
to
be
>
1
end
end
<<<<<<<
HEAD
context
'when approvals are disabled for the target project'
do
context
'when approvals are disabled for the target project'
do
it
'does not show approval settings'
do
it
'does not show approval settings'
do
visit
project_new_merge_request_path
(
project
,
merge_request:
{
target_branch:
'master'
,
source_branch:
'feature_conflict'
})
visit
project_new_merge_request_path
(
project
,
merge_request:
{
target_branch:
'master'
,
source_branch:
'feature_conflict'
})
...
@@ -119,8 +118,6 @@ feature 'Create New Merge Request', :js do
...
@@ -119,8 +118,6 @@ feature 'Create New Merge Request', :js do
end
end
end
end
=======
>>>>>>>
ce
-
com
/
master
context
'when target project cannot be viewed by the current user'
do
context
'when target project cannot be viewed by the current user'
do
it
'does not leak the private project name & namespace'
do
it
'does not leak the private project name & namespace'
do
private_project
=
create
(
:project
,
:private
,
:repository
)
private_project
=
create
(
:project
,
:private
,
:repository
)
...
...
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