From: Thibaut Girka Date: Sun, 9 Feb 2020 11:32:33 +0000 (+0100) Subject: Fix tests X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=432033743c409356bd11e0d7d96f14a3cc82fb77;p=mastodon.git Fix tests Well, kinda, it's actually a bug from glitch-soc, but we will have to address it separately. --- diff --git a/spec/lib/sanitize_config_spec.rb b/spec/lib/sanitize_config_spec.rb index 0a812e872..50558a0d8 100644 --- a/spec/lib/sanitize_config_spec.rb +++ b/spec/lib/sanitize_config_spec.rb @@ -28,7 +28,7 @@ describe Sanitize::Config do end it 'keeps a with href' do - expect(Sanitize.fragment('Test', subject)).to eq 'Test' + expect(Sanitize.fragment('Test', subject)).to eq 'Test' end end end