Sha256: 8c3d8af693d526c1d982a611a65830d3293c4d66e5df4f2b324c9d9d57e75b68
Contents?: true
Size: 283 Bytes
Versions: 26
Compression:
Stored size: 283 Bytes
Contents
module FakeWorkingDirHooks def setup super Landrush.working_dir = '/tmp/vagrant_landrush_test_working_dir' end def teardown super Landrush.working_dir.rmtree if Landrush.working_dir.directory? end end class MiniTest::Spec include FakeWorkingDirHooks end
Version data entries
26 entries across 26 versions & 1 rubygems