test/cli/commands/test_help.rb in nanoc-4.2.1 vs test/cli/commands/test_help.rb in nanoc-4.2.2
- old
+ new
@@ -1,6 +1,6 @@
class Nanoc::CLI::Commands::HelpTest < Nanoc::TestCase
def test_run
- Nanoc::CLI.run %w( help )
- Nanoc::CLI.run %w( help co )
+ Nanoc::CLI.run %w(help)
+ Nanoc::CLI.run %w(help co)
end
end