Sha256: 64802d558a3b51a212e2ee9b4378407c6a2314a98873cec45130d456e15ffed0

Contents?: true

Size: 298 Bytes

Versions: 58

Compression:

Stored size: 298 Bytes

Contents

begin
  require 'kitchen/cli'
rescue LoadError; end

module Berkshelf
  class TestCommand < Kitchen::CLI
    namespace "test"
  end

  class Cli < Thor
    register(Berkshelf::TestCommand, 'test', 'test [COMMAND]', 'Testing tasks for your cookbook', hide: true)
  end
end if defined?(Kitchen::CLI)

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
berkshelf-5.5.0 lib/berkshelf/commands/test_command.rb
berkshelf-5.4.0 lib/berkshelf/commands/test_command.rb
berkshelf-5.3.0 lib/berkshelf/commands/test_command.rb
berkshelf-5.2.0 lib/berkshelf/commands/test_command.rb
berkshelf-5.1.0 lib/berkshelf/commands/test_command.rb
berkshelf-5.0.0 lib/berkshelf/commands/test_command.rb
berkshelf-4.3.5 lib/berkshelf/commands/test_command.rb
berkshelf-4.3.3 lib/berkshelf/commands/test_command.rb
berkshelf-4.3.2 lib/berkshelf/commands/test_command.rb
berkshelf-4.3.1 lib/berkshelf/commands/test_command.rb
berkshelf-4.3.0 lib/berkshelf/commands/test_command.rb
berkshelf-4.2.3 lib/berkshelf/commands/test_command.rb
berkshelf-4.2.2 lib/berkshelf/commands/test_command.rb
berkshelf-4.2.1 lib/berkshelf/commands/test_command.rb
berkshelf-4.2.0 lib/berkshelf/commands/test_command.rb
berkshelf-4.1.1 lib/berkshelf/commands/test_command.rb
berkshelf-4.1.0 lib/berkshelf/commands/test_command.rb
berkshelf-4.0.1 lib/berkshelf/commands/test_command.rb
berkshelf-4.0.0 lib/berkshelf/commands/test_command.rb
berkshelf-3.3.0 lib/berkshelf/commands/test_command.rb