We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ruby version: 3.3.3 Rails version: 7.1.4.2 RSpec version: 3.13
I use Mocha for mocks with RSpec. In my spec_helper.rb file, I have
RSpec.configure do |config| config.mock_with :mocha end
Using rspec-rails 7.1.0, whenever I run a spec that uses have_enqueued_job, I get the following error:
have_enqueued_job
NoMethodError: undefined method `configuration' for module RSpec::Mocks
This was introduced in 2f519d4. The issue is not present in rspec-rails 7.0.2.
The text was updated successfully, but these errors were encountered:
👋 Can you give #2823 a spin to see if that fixes your issue? (or maybe wait until I've fixed that 😂) (edit: fixed)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What Ruby, Rails and RSpec versions are you using?
Ruby version: 3.3.3
Rails version: 7.1.4.2
RSpec version: 3.13
Observed behavior
I use Mocha for mocks with RSpec. In my spec_helper.rb file, I have
Using rspec-rails 7.1.0, whenever I run a spec that uses
have_enqueued_job
, I get the following error:This was introduced in 2f519d4. The issue is not present in rspec-rails 7.0.2.
The text was updated successfully, but these errors were encountered: