Missed a spot

This commit is contained in:
Carlos Rodrigues 2016-07-28 01:18:48 +01:00
parent 1b0a28bd4a
commit 22a22e8bb6
1 changed files with 1 additions and 1 deletions

View File

@ -988,7 +988,7 @@ VF
end
end
it "is set relative to the empty string when there is no valid work directory" do
it "is set to the empty string when there is no valid work directory" do
Dir.mktmpdir("out-of-tree-directory") do |temp_dir|
with_temp_env("VAGRANT_DOTFILE_PATH" => ".vagrant-custom") do
instance = env.create_vagrant_env(cwd: temp_dir)