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