class Kitchen::Microwave::Transport

The transport config is just a hash with a single static value.

@author Jonathan Hartman <jonathan.hartman@socrata.com>

Public Class Methods

new() click to toggle source

Configure the transport section to use dokken.

@return [Kitchen::Microwave::Transport] the new transport object

# File lib/kitchen/microwave/transport.rb, line 32
def initialize
  self['name'] = 'dokken'
end