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