1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

style(rubocop): remaining offences

هذا الالتزام موجود في:
Adam Cooke
2024-02-10 23:51:09 +00:00
الأصل c6326a6524
التزام ec636661d5
19 ملفات معدلة مع 49 إضافات و44 حذوفات

عرض الملف

@@ -34,7 +34,10 @@ RSpec.configure do |config|
# Because the mail databases don't use any transactions, all data left in the
# database will be left there unless removed.
DatabaseCleaner.start
# rubocop:disable Lint/ConstantDefinitionInBlock
GLOBAL_SERVER = FactoryBot.create(:server, provision_database: true)
# rubocop:enable Lint/ConstantDefinitionInBlock
end
config.after(:suite) do