diff --git a/spec/components/pretty_text_spec.rb b/spec/components/pretty_text_spec.rb index cae80012285..cc9d8aaf6ca 100644 --- a/spec/components/pretty_text_spec.rb +++ b/spec/components/pretty_text_spec.rb @@ -658,13 +658,6 @@ HTML expect(PrettyText.cook('(tm)')).to eq('

(tm)

') end - it 'does not typographer text blocks' do - - SiteSetting.enable_markdown_typographer = true - expect(PrettyText.cook('```text\n"test"\n```')).to eq('

') - - end - it 'handles onebox correctly' do expect(PrettyText.cook("http://a.com\nhttp://b.com").split("onebox").length).to eq(3) expect(PrettyText.cook("http://a.com\n\nhttp://b.com").split("onebox").length).to eq(3)