vagrant/test
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
..
acceptance Require what to be notified for with block and Subprocess.execute 2012-06-01 17:02:12 +02:00
buildbot CI: Schedule each unit/acceptance pair by platform it is testing 2011-11-22 23:07:33 -08:00
config Add `rake acceptance:boxes` to download required boxes for tests 2011-11-13 13:37:30 -08:00
support Test Tempdir class cleans itself up 2012-06-24 00:03:28 -07:00
unit Fix some nondeterminism in tests with GCing tempfiles. 2012-06-26 15:06:04 -07:00