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
11568169
Commit
11568169
authored
May 25, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve merge conflicts in spinach suite
parent
79fcd523
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
features/steps/project/merge_requests.rb
features/steps/project/merge_requests.rb
+0
-3
features/steps/project/project.rb
features/steps/project/project.rb
+0
-3
features/support/env.rb
features/support/env.rb
+0
-3
No files found.
features/steps/project/merge_requests.rb
View file @
11568169
...
...
@@ -558,7 +558,6 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
expect
(
page
).
to
have_content
'Request to merge fix into feature'
expect
(
page
).
to
have_content
'changed target branch from merge-test to feature'
wait_for_requests
<<<<<<<
HEAD
end
step
'project settings contain list of approvers'
do
...
...
@@ -676,8 +675,6 @@ class Spinach::Features::ProjectMergeRequests < Spinach::FeatureSteps
expect
(
page
).
to
have_content
(
"Requires 1 more approval"
)
wait_for_requests
end
=======
>>>>>>>
ce
/
master
end
step
'I click on "Email Patches"'
do
...
...
features/steps/project/project.rb
View file @
11568169
...
...
@@ -2,10 +2,7 @@ class Spinach::Features::Project < Spinach::FeatureSteps
include
SharedAuthentication
include
SharedProject
include
SharedPaths
<<<<<<<
HEAD
include
Select2Helper
=======
>>>>>>>
ce
/
master
include
WaitForRequests
step
'change project settings'
do
...
...
features/support/env.rb
View file @
11568169
...
...
@@ -11,14 +11,11 @@ if ENV['CI']
end
%w(select2_helper test_env repo_helpers wait_for_requests sidekiq)
.
each
do
|
f
|
<<<<<<<
HEAD
require
Rails
.
root
.
join
(
'spec'
,
'support'
,
f
)
end
# EE-only
%w(license)
.
each
do
|
f
|
=======
>>>>>>>
ce
/
master
require
Rails
.
root
.
join
(
'spec'
,
'support'
,
f
)
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