Parallels / vagrant-parallels

Vagrant Parallels Provider
https://parallels.github.io/vagrant-parallels
MIT License
996 stars 87 forks source link

Fixed tests and cleaned up code #396

Closed jmfrank63 closed 3 years ago

jmfrank63 commented 3 years ago

Due to changes, ruby 3 handles keyword arguments, network_args has to be passed as **network_args

I also added some code cleanup. The tests now run fine again.

I am new to ruby, so bear with me, if something is not right, I will make changes accordingly.

jmfrank63 commented 3 years ago

This PR is supposed to fix #395