Last active
November 19, 2015 07:23
-
-
Save artofhuman/5c06ee384d2bab7cc81e to your computer and use it in GitHub Desktop.
filter rspec backtrace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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