test/redcarpet_compat_test.rb in redcarpet-3.1.2 vs test/redcarpet_compat_test.rb in redcarpet-3.2.0
- old
+ new
@@ -1,8 +1,8 @@
# coding: UTF-8
require 'test_helper'
-class RedcarpetCompatTest < Test::Unit::TestCase
+class RedcarpetCompatTest < Redcarpet::TestCase
def test_simple_compat_api
html = RedcarpetCompat.new("This is_just_a test").to_html
html_equal "<p>This is<em>just</em>a test</p>\n", html
end