diff --git a/test/helpers/application_helper_test.rb b/test/helpers/application_helper_test.rb index 4d522fdc9..6c711c216 100644 --- a/test/helpers/application_helper_test.rb +++ b/test/helpers/application_helper_test.rb @@ -1278,7 +1278,7 @@ class ApplicationHelperTest < Redmine::HelperTest 'a H *umane* W *eb* T *ext* G *enerator*' => 'a H umane W eb T ext G enerator', 'a *H* umane *W* eb *T* ext *G* enerator' => 'a H umane W eb T ext G enerator', } - to_test.each { |text, result| assert_equal "

#{result}

", textilizable(text) } + to_test.each {|text, result| assert_equal "

#{result}

", textilizable(text)} end def test_wiki_horizontal_rule