vagrant/test/unit
Brian Cain ca0fd64ded
Fixes #10798: Enhance how docker compose driver path expands
Prior to this commit, the docker compose driver would _always_ path
expand a host volume no matter what. This is not always the correct
option, for example if that host volume is actually a reference to a key
inside a `volumes` hash instead of a path on disk. This commit changes
that by looking to see if the requested host volume is actually a
defined key inside the compose config, and if not, it will path expand
it like before. Otherwise it will leave the key "as is".
2019-04-29 16:14:37 -07:00
..
bin Add coverage on vagrantfile_name stubbing behavior 2018-07-18 10:50:41 -07:00
plugins Fixes #10798: Enhance how docker compose driver path expands 2019-04-29 16:14:37 -07:00
support Spelling fixes 2018-03-14 14:41:04 +00:00
templates FreeBSD: Fix rcvar in network_static templates 2018-12-01 10:07:40 -02:00
vagrant Remove whitespace from id file on load 2019-03-11 17:08:13 -07:00
base.rb Enable documentation formatter on rspec 2017-10-05 10:17:30 -07:00
vagrant_test.rb add `Vagrant.version?` helper method 2018-09-07 11:37:30 +02:00