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

Version Path
pah-0.0.28 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.27 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.26 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.25 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.24 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.23 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.22 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.21 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.20 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.19 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.17 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.16 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.15 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.14 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.13 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.12 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.11 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.10 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.9 lib/pah/files/spec/support/suppress_log.rb
pah-0.0.8 lib/pah/files/spec/support/suppress_log.rb