Sha256: b2b4e21c91dd1c4ade8786789b41f72d8749a1d8237e4b5d5682ef058fe03c70

Contents?: true

Size: 207 Bytes

Versions: 8

Compression:

Stored size: 207 Bytes

Contents

# encoding: utf-8

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

  include Nanoc3::TestHelpers

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

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
nanoc3-3.2.4 test/cli/commands/test_help.rb
nanoc3-3.2.3 test/cli/commands/test_help.rb
nanoc3-3.2.2 test/cli/commands/test_help.rb
nanoc3-3.2.1 test/cli/commands/test_help.rb
nanoc3-3.2.0 test/cli/commands/test_help.rb
nanoc3-3.2.0b3 test/cli/commands/test_help.rb
nanoc3-3.2.0b2 test/cli/commands/test_help.rb
nanoc3-3.2.0b1 test/cli/commands/test_help.rb