diff --git a/spec/support/mongoid_backend.rb b/spec/support/mongoid_backend.rb index 1c8d8b9..5b3f442 100644 --- a/spec/support/mongoid_backend.rb +++ b/spec/support/mongoid_backend.rb @@ -18,6 +18,7 @@ def self.authenticate_with_username_and_password(username, password) config.resource_owner_class_name = 'ExampleResourceOwner' end +Mongoid.logger.level = Logger::INFO Mongoid.configure do |config| config.from_hash( "host" => "127.0.0.1", @@ -31,4 +32,5 @@ def self.authenticate_with_username_and_password(username, password) "use_activesupport_time_zone" => true, "database" => "oauth2_test" ) -end \ No newline at end of file +end +