From a832b0ed547aea214458bd7a00b1ed4a81c21730 Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Tue, 25 Nov 2014 19:54:31 +0100 Subject: [PATCH] Fix tests, see https://github.com/gollum/gollum-lib/issues/112 --- test/test_app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_app.rb b/test/test_app.rb index d4a99b9f..68c590e9 100644 --- a/test/test_app.rb +++ b/test/test_app.rb @@ -78,7 +78,7 @@ context "Frontend" do get page - expected = "

#{text}

" + expected = "

#{text}

" actual = nfd(last_response.body) assert_match /#{expected}/, actual