From 4f2a4f84a9fcd07d7010f413145c8f52608d0232 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Fri, 11 Dec 2020 21:41:04 +0200 Subject: [PATCH] Added ruby test --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index b76e2d6daa..9b11488364 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -508,6 +508,13 @@ class FunctionsCustomServerTest extends Scope 'code' => $functions.'/node.tar.gz', 'command' => 'node index.js', ], + [ + 'language' => 'Ruby', + 'version' => '2.7', + 'name' => 'ruby-2.7', + 'code' => $functions.'/ruby.tar.gz', + 'command' => 'ruby app.rb', + ], // [ // 'language' => 'Deno', // 'version' => '1.5',