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
f39b4463
Commit
f39b4463
authored
Dec 11, 2019
by
Kerri Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove send to respect privacy boundries
parent
b303ea99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
spec/lib/gitlab/diff/file_collection/merge_request_diff_spec.rb
...ib/gitlab/diff/file_collection/merge_request_diff_spec.rb
+1
-1
No files found.
spec/lib/gitlab/diff/file_collection/merge_request_diff_spec.rb
View file @
f39b4463
...
...
@@ -11,7 +11,7 @@ describe Gitlab::Diff::FileCollection::MergeRequestDiff do
describe
'#diff_files'
do
context
'when decorate_diff_files is false'
do
it
'does not attempt to decorate diff files'
do
expect
(
subject
.
send
(
:cache
)
).
not_to
receive
(
:decorate
)
expect
_any_instance_of
(
Gitlab
::
Diff
::
HighlightCache
).
not_to
receive
(
:decorate
)
subject
.
diff_files
(
decorate_diff_files:
false
)
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