Fix failing spec

This commit is contained in:
Robert Speicher 2015-08-25 15:57:55 -07:00
parent 2c3e42e4a4
commit c401543d02
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ describe 'GitLab Markdown', feature: true do
it 'parses fenced code blocks' do
aggregate_failures do
expect(doc).to have_selector('pre.code.highlight.white.c')
expect(doc).to have_selector('pre.code.highlight.white.python')
expect(doc).to have_selector('pre.code.highlight.js-syntax-highlight.c')
expect(doc).to have_selector('pre.code.highlight.js-syntax-highlight.python')
end
end