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)