Created
September 10, 2013 22:24
-
-
Save wickett/6516615 to your computer and use it in GitHub Desktop.
This file contains 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
[1] guard(main)> | |
17:19:45 - INFO - Run all | |
17:19:45 - INFO - Running all specs | |
. | |
Finished in 0.00891 seconds | |
1 example, 0 failures | |
Called 'load' without the :safe option -- defaulting to safe mode. | |
17:19:49 - ERROR - Error sending notification with : can't convert nil into Hash | |
17:19:49 - ERROR - Error sending notification with : can't convert nil into Hash | |
17:19:50 - INFO - Linting all cookbooks | |
FC008: Generated cookbook metadata needs updating: ./metadata.rb:2 | |
FC008: Generated cookbook metadata needs updating: ./metadata.rb:3 | |
[2] guard(main)> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is load error coming from Test Kitchen or some other library loading unsafe yaml.
Related, again, safe_yaml is the culprit: dtao/safe_yaml#10