]> source.dussan.org Git - redmine.git/commitdiff
Fixed assert call.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Dec 2011 13:48:53 +0000 (13:48 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Dec 2011 13:48:53 +0000 (13:48 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8166 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/helpers/application_helper_test.rb

index 701bfeed7e00c157ad42b1ed974b2ab24caa1cc3..031d514df9cbed87d8e9120537ab6c4361a4ed7e 100644 (file)
@@ -765,7 +765,7 @@ RAW
                '</ul>'
 
     @project = Project.find(1)
-    assert textilizable(raw).gsub("\n", "").include?(expected), textilizable(raw)
+    assert textilizable(raw).gsub("\n", "").include?(expected)
   end
 
   def test_table_of_content_should_contain_included_page_headings