diff options
author | Rémy Coutable <remy@rymai.me> | 2016-08-01 13:16:04 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-08-01 13:24:06 +0200 |
commit | fe25d1d5cfdd8c52854b459b49bbead1a608822c (patch) | |
tree | 3c5bc3b51feb6f406306e319c2a1b89be84e7aef /spec/lib | |
parent | 3fe18525ddca414017d330e992999bad05002fa8 (diff) | |
download | gitlab-ce-fe25d1d5cfdd8c52854b459b49bbead1a608822c.tar.gz |
Fix specsfix-extra-new-line-crlf
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/gitlab/highlight_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/highlight_spec.rb b/spec/lib/gitlab/highlight_spec.rb index 80a9473d6aa..fc021416d92 100644 --- a/spec/lib/gitlab/highlight_spec.rb +++ b/spec/lib/gitlab/highlight_spec.rb @@ -22,7 +22,7 @@ describe Gitlab::Highlight, lib: true do let(:branch) { 'crlf-diff' } let(:blob) { repository.blob_at_branch(branch, path) } let(:lines) do - Gitlab::Highlight.highlight_lines(project.repository, 'crlf-diff-test', 'files/whitespace') + Gitlab::Highlight.highlight_lines(project.repository, 'crlf-diff', 'files/whitespace') end it 'strips extra LFs' do |