1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

fix logging test

This commit is contained in:
Konstantin Haase 2011-10-14 23:02:13 -07:00
parent c7a7376874
commit 038220280a

View file

@ -1714,7 +1714,7 @@ class HelpersTest < Test::Unit::TestCase
it 'does not create a logger when logging is set to nil' do
mock_app do
disable :logging
set :logging, nil
get('/') { logger.inspect }
end