mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
fix logging test
This commit is contained in:
parent
c7a7376874
commit
038220280a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue