appease rubocop

This commit is contained in:
http://jneen.net/ 2016-06-16 11:52:40 -07:00
parent 5415c67424
commit 9fc53864dd
1 changed files with 2 additions and 2 deletions

View File

@ -24,9 +24,9 @@ describe Gitlab::Highlight, lib: true do
let(:path) { 'custom-highlighting/test.gitlab-custom' }
let(:blob) { repository.blob_at_branch(branch, path) }
let(:highlighter) {
let(:highlighter) do
Gitlab::Highlight.new(blob.path, blob.data, repository: repository)
}
end
before { project.change_head('gitattributes') }