You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open your mock data file and try to include a yaml partial like so: <%= YAML::include("does-not-exist.yml") %>
Results:
Internal Server Error
(<unknown>): could not find expected ':' while scanning a simple key at line 23 column 1
WEBrick/1.4.2 (Ruby/2.3.1/2016-04-26) at localhost:2000
Expected Results
Hammer should render a helpful error so the user can troubleshoot and fix the issue. Ideally this doesn't cause a white screen of death.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
<%= YAML::include("does-not-exist.yml") %>
Results:
Expected Results
Hammer should render a helpful error so the user can troubleshoot and fix the issue. Ideally this doesn't cause a white screen of death.
The text was updated successfully, but these errors were encountered: