##// END OF EJS Templates
#new is just fine....
Jean-Philippe Lang -
r8162:8a563e8f5776
parent child
Show More
@@ -510,7 +510,7 RAW
510 510
511 511 @project = Project.find(1)
512 512
513 to_test.each { |text, result| assert_equal "<p>#{result}</p>", textilizable(WikiContent.generate!( :text => text, :page => page ), :text) }
513 to_test.each { |text, result| assert_equal "<p>#{result}</p>", textilizable(WikiContent.new( :text => text, :page => page ), :text) }
514 514 end
515 515
516 516 def test_wiki_links_anchor_option_should_prepend_page_title_to_href
General Comments 0
You need to be logged in to leave comments. Login now