Sha256: c12e1edff438300560ecfae39e3b7229fd2418dcd549f65b3a2b3ab5cd3885be

Contents?: true

Size: 157 Bytes

Versions: 18

Compression:

Stored size: 157 Bytes

Contents

require 'helper'

class Nanoc::CLI::Commands::HelpTest < Nanoc::TestCase
  def test_run
    Nanoc::CLI.run %w(help)
    Nanoc::CLI.run %w(help co)
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
nanoc-4.7.5 test/cli/commands/test_help.rb
nanoc-4.7.4 test/cli/commands/test_help.rb
nanoc-4.7.3 test/cli/commands/test_help.rb
nanoc-4.7.2 test/cli/commands/test_help.rb
nanoc-4.7.1 test/cli/commands/test_help.rb
nanoc-4.7.0 test/cli/commands/test_help.rb
nanoc-4.6.4 test/cli/commands/test_help.rb
nanoc-4.6.3 test/cli/commands/test_help.rb
nanoc-4.6.2 test/cli/commands/test_help.rb
nanoc-4.6.1 test/cli/commands/test_help.rb
nanoc-4.6.0 test/cli/commands/test_help.rb
nanoc-4.5.4 test/cli/commands/test_help.rb
nanoc-4.5.3 test/cli/commands/test_help.rb
nanoc-4.5.2 test/cli/commands/test_help.rb
nanoc-4.5.1 test/cli/commands/test_help.rb
nanoc-4.5.0 test/cli/commands/test_help.rb
nanoc-4.4.7 test/cli/commands/test_help.rb
nanoc-4.4.6 test/cli/commands/test_help.rb