Method: Windows::Host#platform_defaults
- Defined in:
- lib/beaker/host/windows.rb
#platform_defaults ⇒ Object
18 19 20 21 22 23 24 25 |
# File 'lib/beaker/host/windows.rb', line 18 def platform_defaults h = Beaker::Options::OptionsHash.new h.merge({ 'user' => 'Administrator', 'group' => 'Administrators', 'pathseparator' => ';', }) end |