# File lib/whiskey_disk/config.rb, line 58
    def contains_rakefile?(path)
      File.exists?(File.expand_path(File.join(path, 'Rakefile')))
    end