vagrant/test/unit/support
Mitchell Hashimoto 194cd2145d Fix some nondeterminism in tests with GCing tempfiles.
Before, the tempfile "f" could be GC'd before the path was used,
resulting in failed tests because when it is GC'd the tempfile is
removed. We now store the tempfile in an instance variable so that it
isn't even available for GC until after the test is finished running.
2012-06-26 15:06:04 -07:00
..
shared Fix some nondeterminism in tests with GCing tempfiles. 2012-06-26 15:06:04 -07:00
isolated_environment.rb Even with a custom vagrantfile name, use defaults [GH-778] 2012-03-08 13:24:04 -08:00