summaryrefslogtreecommitdiff
path: root/qa/qa/fixtures/auto_devops_rack/config.ru
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/fixtures/auto_devops_rack/config.ru')
-rw-r--r--qa/qa/fixtures/auto_devops_rack/config.ru1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/fixtures/auto_devops_rack/config.ru b/qa/qa/fixtures/auto_devops_rack/config.ru
new file mode 100644
index 00000000000..bde8e15488a
--- /dev/null
+++ b/qa/qa/fixtures/auto_devops_rack/config.ru
@@ -0,0 +1 @@
+run lambda { |env| [200, { 'Content-Type' => 'text/plain' }, StringIO.new("Hello World!\n")] }