Export test no longer actually hits the filesystem

This commit is contained in:
Mitchell Hashimoto 2010-02-25 19:17:39 -08:00
parent f1fc07e353
commit 815b253b7e
1 changed files with 1 additions and 0 deletions

View File

@ -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