fix logging test

This commit is contained in:
Konstantin Haase 2011-10-14 23:02:13 -07:00
parent c7a7376874
commit 038220280a
1 changed files with 1 additions and 1 deletions

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