vagrant/test/unit/plugins/providers/virtualbox
Erik Lattimore 28a92850ab Allow synced folders to contain spaces in the guest path
It should be valid to allow paths with spaces for the synced folder
guest path but since the guest path is used to generate the ID (if one
isn't provided), this will err out in VirtualBox because it doesn't
allow spaces for the --name argument. We should simply convert ' ' to
'_' as we do with other special characters.
2017-09-29 17:24:12 -04:00
..
action Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00
cap Add public_address cap for VirtualBox 2015-11-23 16:23:22 -05:00
driver core: clean up tests for synced folder built-ins 2013-12-03 18:30:59 -08:00
support/shared test: test IPv6 2015-10-01 08:47:25 -04:00
base.rb providers/virtualbox: support DHCP interfaces for NFS 2013-12-03 10:21:28 -05:00
cap_test.rb Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00
config_test.rb Remove stub methods and replace with allows for rpsec 3 2017-08-04 15:02:59 -07:00
synced_folder_test.rb Allow synced folders to contain spaces in the guest path 2017-09-29 17:24:12 -04:00