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
cb997549
Commit
cb997549
authored
Feb 26, 2018
by
Jan Provaznik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CE->EE: Resovled conflicts in issuables_helper_spec.rb
parent
5ba13be7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
spec/helpers/issuables_helper_spec.rb
spec/helpers/issuables_helper_spec.rb
+0
-6
No files found.
spec/helpers/issuables_helper_spec.rb
View file @
cb997549
...
...
@@ -177,10 +177,7 @@ describe IssuablesHelper do
updateEndpoint:
"/
#{
@project
.
full_path
}
/issues/
#{
issue
.
iid
}
.json"
,
canUpdate:
true
,
canDestroy:
true
,
<<<<<<<
HEAD
canAdmin:
true
,
=======
>>>>>>>
upstream
/
master
issuableRef:
"#
#{
issue
.
iid
}
"
,
markdownPreviewPath:
"/
#{
@project
.
full_path
}
/preview_markdown"
,
markdownDocsPath:
'/help/user/markdown'
,
...
...
@@ -194,7 +191,6 @@ describe IssuablesHelper do
initialTaskStatus:
'0 of 0 tasks completed'
}
expect
(
helper
.
issuable_initial_data
(
issue
)).
to
eq
(
expected_data
)
<<<<<<<
HEAD
end
it
'returns the correct data for an epic'
do
...
...
@@ -220,8 +216,6 @@ describe IssuablesHelper do
initialTaskStatus:
'0 of 0 tasks completed'
}
expect
(
helper
.
issuable_initial_data
(
epic
)).
to
eq
(
expected_data
)
=======
>>>>>>>
upstream
/
master
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