test/cli/commands/test_info.rb in nanoc-3.7.4 vs test/cli/commands/test_info.rb in nanoc-3.7.5
- old
+ new
@@ -1,9 +1,7 @@
# encoding: utf-8
class Nanoc::CLI::Commands::InfoTest < Nanoc::TestCase
-
def test_run
Nanoc::CLI.run %w( info )
end
-
end