diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 235db1a37..31575c4ac 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1139,7 +1139,7 @@ class ApplicationHelperTest < Redmine::HelperTest '
text
' => '
text
', '
text
' => '
text
', } - to_test.each { |text, result| assert_equal result, textilizable(text) } + to_test.each {|text, result| assert_equal result, textilizable(text)} end def test_allowed_html_tags