rails spec hook

This commit is contained in:
Pete Matsyburka
2024-11-15 00:30:33 +02:00
parent 99bc528a6c
commit f514654c40
+2
View File
@@ -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)