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

style(rubocop): Layout/EmptyLinesAroundBlockBody

هذا الالتزام موجود في:
Adam Cooke
2024-02-10 17:10:30 +00:00
الأصل 1cf665a0cf
التزام cfd8d63321
2 ملفات معدلة مع 0 إضافات و3 حذوفات

عرض الملف

@@ -3,7 +3,6 @@
require "rails_helper"
describe Postal::MessageDB::ConnectionPool do
subject(:pool) { described_class.new }
describe "#use" do
@@ -43,5 +42,4 @@ describe Postal::MessageDB::ConnectionPool do
expect(pool.connections).to eq []
end
end
end