Tests: Ruby module.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
app = Proc.new do |env|
|
||||
['200', {}, []]
|
||||
end
|
||||
|
||||
run app
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
app = Proc.new do |env|
|
||||
['200', {}, []]
|
||||
end
|
||||
|
||||
run app
|
||||