Skip to content

Instantly share code, notes, and snippets.

@kyamaguchi
Created August 1, 2012 15:10
Show Gist options
  • Save kyamaguchi/3227662 to your computer and use it in GitHub Desktop.
Save kyamaguchi/3227662 to your computer and use it in GitHub Desktop.
Full backtrace with RSpec
RSpec.configure do |config|
# Comment out to get full backtrace
config.backtrace_clean_patterns = []
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment