From 815b253b7e7e42ec28e0f42d0480e4b9c27da543 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 25 Feb 2010 19:17:39 -0800 Subject: [PATCH] Export test no longer actually hits the filesystem --- test/vagrant/actions/vm/export_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/vagrant/actions/vm/export_test.rb b/test/vagrant/actions/vm/export_test.rb index 99fa5751e..182f48aa2 100644 --- a/test/vagrant/actions/vm/export_test.rb +++ b/test/vagrant/actions/vm/export_test.rb @@ -24,6 +24,7 @@ class ExportActionTest < Test::Unit::TestCase Vagrant::Env.stubs(:tmp_path).returns(@tmp_path) @temp_dir = File.join(Vagrant::Env.tmp_path, @time_now) + FileUtils.stubs(:mkpath) end should "create the temporary directory using the current time" do