mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Adds some basic unit spec tests to validate the main behaviours around the port forwarding to allow for subsequent behaviour changes. Additionally removes the dependency on the instance variable @env for internal functions to allow testing some of the internal functions without needing to inject an instance variable that is not set on initialization. Includes a file contents matcher lifted from the cucumber/aruba project on github, with some minor modifications instead of including the entire gem.