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

test: FactoryBot.lint will lint all registered factories

هذا الالتزام موجود في:
Adam Cooke
2024-02-10 17:10:38 +00:00
الأصل cfd8d63321
التزام 25d7d66b47

عرض الملف

@@ -25,7 +25,7 @@ RSpec.configure do |config|
# the rest of the suite. # the rest of the suite.
begin begin
DatabaseCleaner.start DatabaseCleaner.start
FactoryBot.lint#(FactoryBot.factories.select { |f| !FACTORIES_EXCLUDED_FROM_LINT.include?(f.name.to_sym) }) FactoryBot.lint
ensure ensure
DatabaseCleaner.clean DatabaseCleaner.clean
end end