Exit with the return status from rspec in testing

pull/11636/head
Javier Torres 8 years ago
parent 18614d4333
commit 65136753e0

@ -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

Loading…
Cancel
Save