Sha256: d62f7a58ae63dc207214dbb7fafff4f7112fc61522ec20251a7a155f697e4b8f

Contents?: true

Size: 188 Bytes

Versions: 18

Compression:

Stored size: 188 Bytes

Contents

# frozen_string_literal: true

require 'helper'

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.8.12 test/cli/commands/test_help.rb
nanoc-4.8.11 test/cli/commands/test_help.rb
nanoc-4.8.10 test/cli/commands/test_help.rb
nanoc-4.8.9 test/cli/commands/test_help.rb
nanoc-4.8.8 test/cli/commands/test_help.rb
nanoc-4.8.7 test/cli/commands/test_help.rb
nanoc-4.8.6 test/cli/commands/test_help.rb
nanoc-4.8.5 test/cli/commands/test_help.rb
nanoc-4.8.4 test/cli/commands/test_help.rb
nanoc-4.8.3 test/cli/commands/test_help.rb
nanoc-4.8.2 test/cli/commands/test_help.rb
nanoc-4.8.1 test/cli/commands/test_help.rb
nanoc-4.8.0 test/cli/commands/test_help.rb
nanoc-4.7.14 test/cli/commands/test_help.rb
nanoc-4.7.13 test/cli/commands/test_help.rb
nanoc-4.7.12 test/cli/commands/test_help.rb
nanoc-4.7.11 test/cli/commands/test_help.rb
nanoc-4.7.10 test/cli/commands/test_help.rb