1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

only remove the global database if we actually made one

هذا الالتزام موجود في:
Adam Cooke
2017-05-08 16:40:20 +01:00
الأصل eee01c9e15
التزام 87560c9edf

عرض الملف

@@ -36,8 +36,10 @@ RSpec.configure do |config|
config.after(:suite) do
# Remove the global server after the suite has finished running and then
# clean the database in case it left anything lying around.
if defined?(GLOBAL_SERVER)
GLOBAL_SERVER.destroy
DatabaseCleaner.clean
end
end
end