This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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: |