1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

uncommented "rescue File.new('nul')

This commit is contained in:
Viktar Basharymau 2011-03-15 21:16:39 +02:00
parent 7c80394871
commit af5645b335

View file

@ -6,7 +6,7 @@ require 'ap/core_ext/logger'
describe "AwesomePrint logging extensions" do
before(:all) do
@logger = Logger.new('/dev/null') #rescue Logger.new('nul')
@logger = Logger.new('/dev/null') rescue Logger.new('nul')
end
describe "ap method" do