Sha256: 8d89100ec81933fc7d71b3342c6e367e99458459138affc2d51495a30f293943

Contents?: true

Size: 139 Bytes

Versions: 18

Compression:

Stored size: 139 Bytes

Contents

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.4.5 test/cli/commands/test_help.rb
nanoc-4.4.4 test/cli/commands/test_help.rb
nanoc-4.4.3 test/cli/commands/test_help.rb
nanoc-4.4.2 test/cli/commands/test_help.rb
nanoc-4.4.1 test/cli/commands/test_help.rb
nanoc-4.4.0 test/cli/commands/test_help.rb
nanoc-4.3.8 test/cli/commands/test_help.rb
nanoc-4.3.7 test/cli/commands/test_help.rb
nanoc-4.3.6 test/cli/commands/test_help.rb
nanoc-4.3.5 test/cli/commands/test_help.rb
nanoc-4.3.4 test/cli/commands/test_help.rb
nanoc-4.3.3 test/cli/commands/test_help.rb
nanoc-4.3.2 test/cli/commands/test_help.rb
nanoc-4.3.1 test/cli/commands/test_help.rb
nanoc-4.3.0 test/cli/commands/test_help.rb
nanoc-4.2.4 test/cli/commands/test_help.rb
nanoc-4.2.3 test/cli/commands/test_help.rb
nanoc-4.2.2 test/cli/commands/test_help.rb