Commit d505c8c7 authored by Michał Zając's avatar Michał Zając

Revert "Resolve problem with rendering thumbsup emoji"

parent a7248d86
......@@ -24,8 +24,7 @@ module EE
def filters
[
*super,
::Banzai::Filter::VulnerabilityReferenceFilter
*super
]
end
end
......
......@@ -19,14 +19,6 @@ RSpec.describe Banzai::Filter::VulnerabilityReferenceFilter do
reference_filter(reference, context)
end
context '+1 emoji' do
let(:reference) { ":+1:" }
it 'does not link to a reference' do
expect(doc(reference).css('a')).to be_empty
end
end
context 'internal reference' do
let(:reference) { "+#{vulnerability.id}" }
......
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