diff --git a/test/test_helper.rb b/test/test_helper.rb index 7c6f76c..c58aa49 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -15,6 +15,10 @@ def root(*args) File.join(ROOT, *args) end + def setup + FileUtils.rm(File.join(ROOT, "test", "tmp", ".monk")) + end + def monk(args = nil) sh("env MONK_HOME=#{File.join(ROOT, "test", "tmp")} ruby -rubygems #{root "bin/monk"} #{args}") end