diff options
-rw-r--r-- | test/functional/for_redcloth.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/for_redcloth.rb b/test/functional/for_redcloth.rb index 0b7229c..8c6491d 100644 --- a/test/functional/for_redcloth.rb +++ b/test/functional/for_redcloth.rb @@ -8,6 +8,7 @@ begin require 'redcloth' rescue LoadError warn 'RedCloth not found - skipping for_redcloth tests.' + undef RedCloth if defined? RedCloth end class BasicTest < Test::Unit::TestCase |