Skip to content

Instantly share code, notes, and snippets.

@LimeBlast
Last active December 4, 2015 10:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LimeBlast/ee3b0f4a907d2d0420e4 to your computer and use it in GitHub Desktop.
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
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