summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-01-29 16:34:00 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-01-29 16:34:00 +0000
commit0f494a53c993b5772bec3fd1626452827421825c (patch)
treecbd8da3dd7b468b88141ee97f232357ef0b4fd5c
parentcf566a0c7243010ab8713c08a593027928f31560 (diff)
downloadredmine-0f494a53c993b5772bec3fd1626452827421825c.tar.gz
redmine-0f494a53c993b5772bec3fd1626452827421825c.zip
Cleaning test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2337 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--test/unit/helpers/application_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb
index 26912f587..26ecf50b1 100644
--- a/test/unit/helpers/application_helper_test.rb
+++ b/test/unit/helpers/application_helper_test.rb
@@ -312,7 +312,7 @@ RAW
'<li class="heading2"><a href="#Subtitle-with-red-text">Subtitle with red text</a></li>' +
'<li class="heading1"><a href="#Another-title">Another title</a></li>' +
'</ul>'
- puts textilizable(raw)
+
assert textilizable(raw).gsub("\n", "").include?(expected)
end