Commit 9fc53864 authored by http://jneen.net/'s avatar http://jneen.net/

appease rubocop

parent 5415c674
...@@ -24,9 +24,9 @@ describe Gitlab::Highlight, lib: true do ...@@ -24,9 +24,9 @@ describe Gitlab::Highlight, lib: true do
let(:path) { 'custom-highlighting/test.gitlab-custom' } let(:path) { 'custom-highlighting/test.gitlab-custom' }
let(:blob) { repository.blob_at_branch(branch, path) } let(:blob) { repository.blob_at_branch(branch, path) }
let(:highlighter) { let(:highlighter) do
Gitlab::Highlight.new(blob.path, blob.data, repository: repository) Gitlab::Highlight.new(blob.path, blob.data, repository: repository)
} end
before { project.change_head('gitattributes') } before { project.change_head('gitattributes') }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment