From 03ffb9431e140e09e5f1a7ae6c2d582c1895554e Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 28 Aug 2008 05:35:55 +0000 Subject: Changed CodeRay.for_redcloth into require 'coderay/for_redcloth'. * Cleanup in documentation.rake. --- 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 07818ea..2880c77 100755 --- a/test/functional/basic.rb +++ b/test/functional/basic.rb @@ -36,7 +36,7 @@ class BasicTest < Test::Unit::TestCase def test_for_redcloth require 'rubygems' - CodeRay.for_redcloth + require 'coderay/for_redcloth' assert_equal '

puts "Hello, World!"

', RedCloth.new('@[ruby]puts "Hello, World!"@').to_html end -- cgit v1.2.1