Commit a8e262d4 authored by Stan Hu's avatar Stan Hu

Merge branch 'dblessing_rouge_spec_fix' into 'master'

Fix Rouge kwargs in spec

See merge request gitlab-org/gitlab!70876
parents 5fb6d9f7 010e0f69
......@@ -4,7 +4,7 @@ require 'spec_helper'
RSpec.describe Rouge::Formatters::HTMLGitlab do
describe '#format' do
subject { described_class.format(tokens, options) }
subject { described_class.format(tokens, **options) }
let(:lang) { 'ruby' }
let(:lexer) { Rouge::Lexer.find_fancy(lang) }
......
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