From 94834807ef0ee3818ef8846c6c14c768f4ebf2bb Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Tue, 17 Dec 2024 18:06:49 +0000 Subject: [PATCH] Require rspec-mocks config before using it --- lib/rspec/rails/matchers/active_job.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rspec/rails/matchers/active_job.rb b/lib/rspec/rails/matchers/active_job.rb index 1bdd323e5..eed6e809f 100644 --- a/lib/rspec/rails/matchers/active_job.rb +++ b/lib/rspec/rails/matchers/active_job.rb @@ -1,5 +1,6 @@ require "active_job/base" require "active_job/arguments" +require "rspec/mocks/configuration" module RSpec module Rails