From 65136753e07776000efc956cb6fbedd3d371aa4c Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Wed, 1 Mar 2017 14:33:32 +0100 Subject: [PATCH] Exit with the return status from rspec in testing --- zeus_plan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zeus_plan.rb b/zeus_plan.rb index 4d1cdedf78..c4f29ed422 100644 --- a/zeus_plan.rb +++ b/zeus_plan.rb @@ -34,7 +34,7 @@ class CustomPlan < Zeus::Rails ENV['CHECK_SPEC'] = Process.pid.to_s if ENV['TURBO'] Rails::Sequel.connection.disconnect - super + exit super end def carto_user_dbconsole