Move hard drive action.

This commit is contained in:
Mitchell Hashimoto 2010-02-14 22:27:06 -08:00 committed by John Bender
parent 5f64240edb
commit 4ea8300766
1 changed files with 6 additions and 0 deletions

View File

@ -56,6 +56,12 @@ class Test::Unit::TestCase
end
end
if block_given?
Vagrant::Config.run do |config|
yield config
end
end
Vagrant::Config.execute!
end