We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a538f commit cf5f3f8Copy full SHA for cf5f3f8
lib/rspec/rails/matchers/active_job.rb
@@ -192,6 +192,8 @@ def detect_args_signature_mismatch(jobs)
192
end
193
194
def skip_signature_verification?
195
+ return true unless defined?(RSpec::Mocks)
196
+
197
!RSpec::Mocks.configuration.verify_partial_doubles? ||
198
RSpec::Mocks.configuration.temporarily_suppress_partial_double_verification
199
0 commit comments