Sha256: 7800b7b89817b251ca081cab3f023cb15addab9eb2b59b38af847981d179b496
Contents?: true
Size: 229 Bytes
Versions: 9
Compression:
Stored size: 229 Bytes
Contents
module DeleteFakeWorkingDirHooks def teardown super Landrush::Server.working_dir.rmtree if Landrush::Server.working_dir.directory? end end module MiniTest class Spec include DeleteFakeWorkingDirHooks end end
Version data entries
9 entries across 9 versions & 1 rubygems