Skip to content

Instantly share code, notes, and snippets.

@edgar
Created February 9, 2017 14:59
Show Gist options
  • Save edgar/d3770b753ca7a7952ddd2cd7362644f8 to your computer and use it in GitHub Desktop.
Save edgar/d3770b753ca7a7952ddd2cd7362644f8 to your computer and use it in GitHub Desktop.
config/environment/test.rb
Rails.application.configure do
# Settings specified here will take precedence over those in config/application.rb.
...
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = true
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment