提交 fe25d1d5 编写于 作者: R Rémy Coutable

Fix specs

Signed-off-by: NRémy Coutable <remy@rymai.me>
上级 3fe18525
......@@ -20,7 +20,7 @@ describe BranchesFinder do
result = branches_finder.execute
expect(result.first.name).to eq('video')
expect(result.first.name).to eq('crlf-diff')
end
it 'sorts by last_updated' do
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册