From dbaabbb58dd032c5d76cf727412c75f575172c2e Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 15 Jul 2020 16:37:27 +0000 Subject: remove spaces inside {} of ApplicationHelperTest#test_allowed_html_tags git-svn-id: http://svn.redmine.org/redmine/trunk@19909 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/helpers/application_helper_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 6c711c216..235db1a37 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1148,7 +1148,7 @@ class ApplicationHelperTest < Redmine::HelperTest "no *textile* formatting" => "no *textile* formatting", "this is a tag" => "this is <tag>a tag</tag>" } - to_test.each { |text, result| assert_equal result, textilizable(text) } + to_test.each {|text, result| assert_equal result, textilizable(text)} end def test_pre_tags -- cgit v1.2.3