From d7f38be61a8e775b44d49b632db364a74f0d7bd5 Mon Sep 17 00:00:00 2001 From: Gregor Schmidt Date: Wed, 13 Apr 2016 21:50:44 +0200 Subject: [PATCH] =?UTF-8?q?Add=20missing=20=E2=80=9C+=E2=80=9C=20signs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/unit/helpers/application_helper_test.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index 01d91a5..d2b1955 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -1166,10 +1166,10 @@ RAW '
  • Title' + '' + '
  • Subtitle
  • ' + + '' + '' + - '' + '' @project = Project.find(1) result = textilizable(raw).gsub("\n", "") -- 2.8.0