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