Sha256: 945b406b4a7a17051864a6bd993f493766bff9157a08abf21b105440fa43393d
Contents?: true
Size: 360 Bytes
Versions: 142
Compression:
Stored size: 360 Bytes
Contents
# frozen_string_literal: true SHOULDA_NOISE = %w(shoulda).freeze FACTORY_GIRL_NOISE = %w(factory_bot).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
142 entries across 142 versions & 1 rubygems