From 8283feed20943a6b7863a38bcd8f2266310c91c3 Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 20 Jun 2009 15:49:34 +0000 Subject: Fixed for_redcloth for latest RedCloth (4.2.0+) versions (issue #119). --- test/functional/basic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/basic.rb') diff --git a/test/functional/basic.rb b/test/functional/basic.rb index 394d525..ed4b3cc 100755 --- a/test/functional/basic.rb +++ b/test/functional/basic.rb @@ -86,7 +86,7 @@ class BasicTest < Test::Unit::TestCase RedCloth.new('bc[ruby]. &').to_html end rescue LoadError - $stderr.puts 'RedCloth not found.' + $stderr.puts 'RedCloth not found - skipping for_redcloth tests.' end def test_list_of_encoders -- cgit v1.2.1