class Spoom::TestHelpers::Project

def remove(rel_path)

def remove(rel_path)
  FileUtils.rm_rf(absolute_path(rel_path))
end