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