summaryrefslogtreecommitdiff
path: root/test/builder/options.ru
blob: 5b3b42b6b7175ac5cd5643a78ceb82f189d916da (plain)
1
2
3
4
# frozen_string_literal: true

#\ -d -p 2929 --env test
run lambda { |env| [200, { 'content-type' => 'text/plain' }, ['OK']] }