test/cli/test_logger.rb in nanoc-3.6.1 vs test/cli/test_logger.rb in nanoc-3.6.2

- old
+ new

@@ -1,9 +1,7 @@ # encoding: utf-8 -class Nanoc::CLI::LoggerTest < MiniTest::Unit::TestCase - - include Nanoc::TestHelpers +class Nanoc::CLI::LoggerTest < Nanoc::TestCase def test_stub end end