test/cli/commands/test_help.rb in nanoc-3.7.4 vs test/cli/commands/test_help.rb in nanoc-3.7.5
- old
+ new
@@ -1,10 +1,8 @@
# encoding: utf-8
class Nanoc::CLI::Commands::HelpTest < Nanoc::TestCase
-
def test_run
Nanoc::CLI.run %w( help )
Nanoc::CLI.run %w( help co )
end
-
end