module Bake::Test

def self.exist?(root, path)

def self.exist?(root, path)
	File.exist?(File.join(root, path))
end