class Kitchen::Microwave::Verifier

The verifier config is just a hash with a couple static values.

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

Public Class Methods

new() click to toggle source

Configure the verifier section to use inspec and point at `/opt/verifier` for Dokken.

@return [Kitchen::Microwave::Verifier] the new verifier object

# File lib/kitchen/microwave/verifier.rb, line 33
def initialize
  self['name'] = 'inspec'
  self['root_path'] = '/opt/verifier'
end