Sha256: 6175496d17ecb9f5c8f00f261fa089ea4f5697f8295844267bc67533e43833fb

Contents?: true

Size: 173 Bytes

Versions: 8

Compression:

Stored size: 173 Bytes

Contents

# encoding: utf-8

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

  include Nanoc3::TestHelpers

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

end

Version data entries

8 entries across 8 versions & 1 rubygems

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