Created
August 11, 2015 23:32
-
-
Save ivorpad/ba672df9e8044f636589 to your computer and use it in GitHub Desktop.
Filter Gems backtrace from RSpec
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
| # 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