Skip to content

Instantly share code, notes, and snippets.

@wickett
Created September 10, 2013 22:24
Show Gist options
  • Save wickett/6516615 to your computer and use it in GitHub Desktop.
Save wickett/6516615 to your computer and use it in GitHub Desktop.
[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)>
@sethvargo
Copy link

Called 'load' without the :safe option -- defaulting to safe mode.

This is load error coming from Test Kitchen or some other library loading unsafe yaml.

ERROR - Error sending notification with : can't convert nil into Hash

Related, again, safe_yaml is the culprit: dtao/safe_yaml#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment