Skip to content

Instantly share code, notes, and snippets.

@jtimberman
jtimberman / tk-jamie.rb
Created January 28, 2013 06:57
Simple converter for Kitchenfile -> .jamie.yml. See comments. May open a rift in the space-time continuum.
#!/usr/bin/env ruby
#
# Converts a test-kitchen Kitchenfile to a jamie-ci .jamie.yml. Writes
# out the .jamie.yml file. Once Test Kitchen 1.0 is ready, this file
# will be renamed to .kitchen.yml.
#
# Must be run from a cookbook directory that has been setup with Test
# Kitchen (./test/kitchen/Kitchenfile exists).
#
# Bugs: