1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Remove unneeded test support file

This commit is contained in:
Tim Morgan 2020-02-12 16:44:06 -06:00
parent 4cfd3b8302
commit 242c1401bc

View file

@ -1 +0,0 @@
run lambda { |env| [200, {"Content-Type" => "text/plain"}, ["Hello PATH #{ENV["PATH"]}"]] }