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