From 432033743c409356bd11e0d7d96f14a3cc82fb77 Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Sun, 9 Feb 2020 12:32:33 +0100 Subject: [PATCH] Fix tests Well, kinda, it's actually a bug from glitch-soc, but we will have to address it separately. --- spec/lib/sanitize_config_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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