From f514654c40d9385a1c1f175002f79fb47b9ff6a1 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Fri, 15 Nov 2024 00:30:33 +0200 Subject: [PATCH] rails spec hook --- spec/rails_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 86a15a9f..c489ee40 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -67,3 +67,5 @@ RSpec.configure do |config| Sidekiq::Testing.inline! if example.metadata[:sidekiq] == :inline end end + +ActiveSupport.run_load_hooks(:rails_specs, self)