Sha256: 22b7178e79ff24759458a53f37a766f96014dad6ae5c64781f757b4478caa8a0

Contents?: true

Size: 203 Bytes

Versions: 17

Compression:

Stored size: 203 Bytes

Contents

# encoding: utf-8

class Nanoc::CLI::Commands::HelpTest < MiniTest::Unit::TestCase

  include Nanoc::TestHelpers

  def test_run
    Nanoc::CLI.run %w( help )
    Nanoc::CLI.run %w( help co )
  end

end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
nanoc-3.6.1 test/cli/commands/test_help.rb
nanoc-3.6.0 test/cli/commands/test_help.rb
nanoc-3.5.0 test/cli/commands/test_help.rb
nanoc-3.5.0b2 test/cli/commands/test_help.rb
nanoc-3.5.0b1 test/cli/commands/test_help.rb
nanoc-3.4.3 test/cli/commands/test_help.rb
nanoc-3.4.2 test/cli/commands/test_help.rb
nanoc-3.4.1 test/cli/commands/test_help.rb
nanoc-3.4.0 test/cli/commands/test_help.rb
nanoc-3.3.7 test/cli/commands/test_help.rb
nanoc-3.3.6 test/cli/commands/test_help.rb
nanoc-3.3.5 test/cli/commands/test_help.rb
nanoc-3.3.4 test/cli/commands/test_help.rb
nanoc-3.3.3 test/cli/commands/test_help.rb
nanoc-3.3.2 test/cli/commands/test_help.rb
nanoc-3.3.1 test/cli/commands/test_help.rb
nanoc-3.3.0 test/cli/commands/test_help.rb