module Bake
module Bake::Test
module Bake::Test::Runner
bake-test
0.3.0
:: exist?
def self.exist?(root, path) File.exist?(File.join(root, path)) end