Created
June 26, 2014 03:22
-
-
Save slyness/b24025256c23099ae3fd to your computer and use it in GitHub Desktop.
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 | |
| #^syntax detection | |
| site 'http://community.opscode.com/api/v1' | |
| cookbook 'mycookbook', path: '.' | |
| cookbook 'fixtures', path: 'test/unit/fixtures' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment