From ccb742419776aa15617428672eb8c32ac58fbca0 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Thu, 12 Sep 2024 12:57:45 +0100 Subject: [PATCH] Remove stray exit! --- test/integration/app_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/app_test.rb b/test/integration/app_test.rb index 60e1cf6e..b7dcdc34 100644 --- a/test/integration/app_test.rb +++ b/test/integration/app_test.rb @@ -8,7 +8,6 @@ class AppTest < IntegrationTest kamal :app, :stop - exit! assert_app_is_down kamal :app, :start