Move hard drive action.
This commit is contained in:
parent
5f64240edb
commit
4ea8300766
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue