Skip to content

Instantly share code, notes, and snippets.

@artofhuman
Last active November 19, 2015 07:23
Show Gist options
  • Save artofhuman/5c06ee384d2bab7cc81e to your computer and use it in GitHub Desktop.
Save artofhuman/5c06ee384d2bab7cc81e to your computer and use it in GitHub Desktop.
filter rspec backtrace
config.backtrace_exclusion_patterns = [
/\/lib\d*\/ruby\//,
/bin\//,
/gems/,
/spec\/spec_helper\.rb/,
/lib\/rspec\/(core|expectations|matchers|mocks)/
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment