class CompassTest

def tempfile_path(project_name)

def tempfile_path(project_name)
  File.join(project_path(project_name), "tmp")
end