Created
August 1, 2012 15:10
-
-
Save kyamaguchi/3227662 to your computer and use it in GitHub Desktop.
Full backtrace with RSpec
This file contains 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| | |
# Comment out to get full backtrace | |
config.backtrace_clean_patterns = [] | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment