Sha256: 5e44106e118af490466a3da58a924d9d8311261630ac5a3edbefa3edb6b36f07

Contents?: true

Size: 157 Bytes

Versions: 9

Compression:

Stored size: 157 Bytes

Contents

# frozen_string_literal: true

require 'helper'

class Nanoc::CLI::Commands::InfoTest < Nanoc::TestCase
  def test_run
    Nanoc::CLI.run %w[info]
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
nanoc-4.8.3 test/cli/commands/test_info.rb
nanoc-4.8.2 test/cli/commands/test_info.rb
nanoc-4.8.1 test/cli/commands/test_info.rb
nanoc-4.8.0 test/cli/commands/test_info.rb
nanoc-4.7.14 test/cli/commands/test_info.rb
nanoc-4.7.13 test/cli/commands/test_info.rb
nanoc-4.7.12 test/cli/commands/test_info.rb
nanoc-4.7.11 test/cli/commands/test_info.rb
nanoc-4.7.10 test/cli/commands/test_info.rb