We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6912c9 commit 2c53bf4Copy full SHA for 2c53bf4
features/support/env.rb
@@ -102,3 +102,7 @@
102
After do
103
Warden.test_reset!
104
end
105
+
106
+# improve the performance of the specs suite by not logging anything
107
+# see http://blog.plataformatec.com.br/2011/12/three-tips-to-improve-the-performance-of-your-test-suite/
108
+Rails.logger.level = 4
spec/spec_helper.rb
@@ -160,3 +160,7 @@ module MiniTest; class Assertion < Exception; end; end
160
161
162
163
164
165
166
0 commit comments