Sha256: 0c58f18c5662429b9522e251da9f9a46e628780ebe6b606da6180b3def6427a6
Contents?: true
Size: 330 Bytes
Versions: 6
Compression:
Stored size: 330 Bytes
Contents
SHOULDA_NOISE = %w(shoulda).freeze FACTORY_GIRL_NOISE = %w(factory_girl).freeze RENALWARE_NOISE = SHOULDA_NOISE + FACTORY_GIRL_NOISE Rails.backtrace_cleaner.add_silencer do |line| RENALWARE_NOISE.any? { |dir| line.include?(dir) } end # When debugging, uncomment the next line. # Rails.backtrace_cleaner.remove_silencers!
Version data entries
6 entries across 6 versions & 1 rubygems