Sha256: cf8d5bca661aae8d78fe241d55e79a2a085642c335095a4ff3a18ba381bdae22

Contents?: true

Size: 162 Bytes

Versions: 6

Compression:

Stored size: 162 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

6 entries across 6 versions & 1 rubygems

Version Path
nanoc-4.0.0b2 test/cli/commands/test_help.rb
nanoc-4.0.0b1 test/cli/commands/test_help.rb
nanoc-4.0.0a2 test/cli/commands/test_help.rb
nanoc-4.0.0a1 test/cli/commands/test_help.rb
nanoc-3.8.0 test/cli/commands/test_help.rb
nanoc-3.7.5 test/cli/commands/test_help.rb