Skip to content

Commit 6921c0a

Browse files
committed
Require rspec-mocks config before using it
1 parent 6ea74b2 commit 6921c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/rspec/rails/matchers/active_job.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require "active_job/base"
22
require "active_job/arguments"
3+
require "rspec/mocks"
34

45
module RSpec
56
module Rails

0 commit comments

Comments
 (0)