diff --git a/test/test_app.rb b/test/test_app.rb index f4f8c19e..a98d8b4a 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