test/helpers/test_html_escape.rb in nanoc-3.6.1 vs test/helpers/test_html_escape.rb in nanoc-3.6.2
- old
+ new
@@ -1,9 +1,7 @@
# encoding: utf-8
-class Nanoc::Helpers::HTMLEscapeTest < MiniTest::Unit::TestCase
-
- include Nanoc::TestHelpers
+class Nanoc::Helpers::HTMLEscapeTest < Nanoc::TestCase
include Nanoc::Helpers::HTMLEscape
def test_html_escape_with_string
assert_equal('<', html_escape('<'))