test/webgen/test_content_processor.rb in webgen-1.0.0.beta3 vs test/webgen/test_content_processor.rb in webgen-1.0.0
- old
+ new
@@ -11,10 +11,10 @@
context + 'value'
end
end
-class TestContentProcessor < MiniTest::Unit::TestCase
+class TestContentProcessor < Minitest::Test
def setup
@cp = Webgen::ContentProcessor.new
end