Skip to content

Instantly share code, notes, and snippets.

@dougalcorn
Created March 1, 2010 19:48
Show Gist options
  • Save dougalcorn/318732 to your computer and use it in GitHub Desktop.
Save dougalcorn/318732 to your computer and use it in GitHub Desktop.
# at the bottom of test_helper.rb
module ActiveSupport
class BacktraceCleaner
def remove_filters!
@filters = []
end
end
end
Rails.backtrace_cleaner.remove_silencers!
Rails.backtrace_cleaner.remove_filters!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment