Tests: Ruby module.
This commit is contained in:
6
test/ruby/errors_puts_int/config.ru
Normal file
6
test/ruby/errors_puts_int/config.ru
Normal file
@@ -0,0 +1,6 @@
|
||||
app = Proc.new do |env|
|
||||
env['rack.errors'].puts(1234567890)
|
||||
['200', {'Content-Length' => '0'}, ['']]
|
||||
end
|
||||
|
||||
run app
|
||||
Reference in New Issue
Block a user