Sha256: 8bf862c385f0b9714fe53d96ef8183408229e3d50712a47ce5f65dc23bd38d65
Contents?: true
Size: 423 Bytes
Versions: 27
Compression:
Stored size: 423 Bytes
Contents
# Rails by default logs everything that is happening in your test environment to “log/test.log”. # By increasing the logger level, you will be able to reduce the IO during your tests. # The only downside of this approach is that, if a test is failing, you won’t have anything logged. # In such cases, just comment the configuration option above and run your tests again. Rails.logger.level = 4 unless ENV['WITH_LOG']
Version data entries
27 entries across 27 versions & 1 rubygems