From 22a22e8bb6101492979bb907cc4f9c09ee7db0b8 Mon Sep 17 00:00:00 2001 From: Carlos Rodrigues Date: Thu, 28 Jul 2016 01:18:48 +0100 Subject: [PATCH] Missed a spot --- test/unit/vagrant/environment_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/vagrant/environment_test.rb b/test/unit/vagrant/environment_test.rb index 29bdbbb5e..f2c9cf9bc 100644 --- a/test/unit/vagrant/environment_test.rb +++ b/test/unit/vagrant/environment_test.rb @@ -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)