vagrant/test/support/path.rb

9 lines
167 B
Ruby

module VagrantTestHelpers
module Path
# Path to the tmp directory for the tests
def tmp_path
Vagrant.source_root.join("test", "tmp")
end
end
end