appease rubocop

This commit is contained in:
http://jneen.net/
2016-06-27 14:17:49 -07:00
parent 5415c67424
commit 9fc53864dd
+2 -2
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') }