Cleaning test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2337 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2009-01-29 16:34:00 +00:00
parent cf566a0c72
commit 0f494a53c9
1 changed files with 1 additions and 1 deletions

View File

@ -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