Sha256: 05931ae8bc7f00c87891e8cccf5b4efe1ba51730efe9c6d9edf13e796a616878
Contents?: true
Size: 326 Bytes
Versions: 3
Compression:
Stored size: 326 Bytes
Contents
SHOULDA_NOISE = %w( shoulda ) FACTORY_GIRL_NOISE = %w( factory_girl ) THOUGHTBOT_NOISE = SHOULDA_NOISE + FACTORY_GIRL_NOISE #Rails.backtrace_cleaner.add_silencer do |line| # THOUGHTBOT_NOISE.any? { |dir| line.include?(dir) } #end # When debugging, uncomment the next line. # Rails.backtrace_cleaner.remove_silencers!
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tsrails-2.0.3 | template/files/backtrace_silencers.rb |
tsrails-2.0.2 | template/files/backtrace_silencers.rb |
tsrails-2.0.0 | template/files/backtrace_silencers.rb |