Skip to content

Commit c91e841

Browse files
committed
1 parent dd15de3 commit c91e841

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
require 'omniauth'
88
require 'omniauth-ldap'
99

10+
TEST_LOGGER = Logger.new(StringIO.new)
11+
OmniAuth.config.logger = TEST_LOGGER
1012
OmniAuth.config.request_validation_phase = proc {}
1113

1214
RSpec.configure do |config|

0 commit comments

Comments
 (0)