Sha256: ee777dbecfd7ca7bbd610fc7e6c3ad540d0cb0e3b9ebb19ff51ff501cba40ded

Contents?: true

Size: 164 Bytes

Versions: 15

Compression:

Stored size: 164 Bytes

Contents

# 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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
nanoc-3.7.4 test/cli/commands/test_help.rb
nanoc-3.7.3 test/cli/commands/test_help.rb
nanoc-3.7.2 test/cli/commands/test_help.rb
nanoc-3.7.1 test/cli/commands/test_help.rb
nanoc-3.7.0 test/cli/commands/test_help.rb
nanoc-3.6.11 test/cli/commands/test_help.rb
nanoc-3.6.10 test/cli/commands/test_help.rb
nanoc-3.6.9 test/cli/commands/test_help.rb
nanoc-3.6.8 test/cli/commands/test_help.rb
nanoc-3.6.7 test/cli/commands/test_help.rb
nanoc-3.6.6 test/cli/commands/test_help.rb
nanoc-3.6.5 test/cli/commands/test_help.rb
nanoc-3.6.4 test/cli/commands/test_help.rb
nanoc-3.6.3 test/cli/commands/test_help.rb
nanoc-3.6.2 test/cli/commands/test_help.rb