test/cli/commands/test_help.rb in nanoc-3.6.1 vs test/cli/commands/test_help.rb in nanoc-3.6.2

- old
+ new

@@ -1,9 +1,7 @@ # encoding: utf-8 -class Nanoc::CLI::Commands::HelpTest < MiniTest::Unit::TestCase - - include Nanoc::TestHelpers +class Nanoc::CLI::Commands::HelpTest < Nanoc::TestCase def test_run Nanoc::CLI.run %w( help ) Nanoc::CLI.run %w( help co ) end