Method: Unix::Host#validate_setup

Defined in:
lib/beaker/host/unix.rb

#validate_setupObject

Validates that the host was setup correctly

Returns:

  • nil

Raises:

  • (ArgumentError)

    If the host is setup incorrectly, this will be raised with the appropriate message



66
67
68
# File 'lib/beaker/host/unix.rb', line 66

def validate_setup
  nil
end