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
1318b377
Commit
1318b377
authored
Jun 12, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflict for form_spec
parent
b0a4476c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
spec/features/issues/form_spec.rb
spec/features/issues/form_spec.rb
+0
-8
No files found.
spec/features/issues/form_spec.rb
View file @
1318b377
...
...
@@ -24,11 +24,7 @@ describe 'New/edit issue', :feature, :js do
visit
new_namespace_project_issue_path
(
project
.
namespace
,
project
)
end
<<<<<<<
HEAD
xdescribe
'shorten users API pagination limit (CE)'
do
=======
describe
'shorten users API pagination limit (CE)'
do
>>>>>>>
ce
-
com
/
master
before
do
# Using `allow_any_instance_of`/`and_wrap_original`, `original` would
# somehow refer to the very block we defined to _wrap_ that method, instead of
...
...
@@ -68,11 +64,7 @@ describe 'New/edit issue', :feature, :js do
end
end
<<<<<<<
HEAD
xdescribe
'single assignee (CE)'
do
=======
describe
'single assignee (CE)'
do
>>>>>>>
ce
-
com
/
master
before
do
click_button
'Unassigned'
...
...
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