Skip to content
Snippets Groups Projects
Commit 522666ba authored by Derek Lindahl's avatar Derek Lindahl
Browse files

Disable log output in tests

parent 6eff62b6
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,5 @@ require 'rack/test'
require 'rspec/expectations'
require 'webmock/rspec'
require 'omniauth-cas'
OmniAuth.config.logger = Logger.new( '/dev/null' )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment