Skip to content

Instantly share code, notes, and snippets.

@ivorpad
Created August 11, 2015 23:32
Show Gist options
  • Select an option

  • Save ivorpad/ba672df9e8044f636589 to your computer and use it in GitHub Desktop.

Select an option

Save ivorpad/ba672df9e8044f636589 to your computer and use it in GitHub Desktop.
Filter Gems backtrace from RSpec
# Filter backtrace from RSpec
config.backtrace_exclusion_patterns = [%r{\.rvm/gems/}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment