Last active
December 4, 2015 10:24
-
-
Save LimeBlast/ee3b0f4a907d2d0420e4 to your computer and use it in GitHub Desktop.
change the config on the rspec backtrace display to ignore the /gems/ folder
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
RSpec.configure do |config| | |
... | |
# changes the config on the backtrace display to ignore the /gems/ folder | |
config.backtrace_exclusion_patterns.push(/gems/) | |
... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment