diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-29 16:34:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-01-29 16:34:00 +0000 |
commit | 0f494a53c993b5772bec3fd1626452827421825c (patch) | |
tree | cbd8da3dd7b468b88141ee97f232357ef0b4fd5c | |
parent | cf566a0c7243010ab8713c08a593027928f31560 (diff) | |
download | redmine-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.rb | 2 |
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 |