# File lib/meez/meez.rb, line 117
  def self.init_rakefile(cookbook_name, options)
    puts '* Initializing Rakefile'
    path = File.join(options[:path], cookbook_name)
    write_template('Rakefile.erb', path, cookbook_name, options)
    add_gem(path, 'rake')
  end