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
Example failing specs when using Rails 7.1
Failure/Error: perform_enqueued_jobs do SuperSpreader::SchedulerJob.perform_now end NameError: uninitialized constant ActiveSupport::Testing::Assertions::Minitest ./vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3/lib/active_support/testing/assertions.rb:267:in `rescue in _assert_nothing_raised_or_warn' ./vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3/lib/active_support/testing/assertions.rb:265:in `_assert_nothing_raised_or_warn' ./vendor/bundle/ruby/3.3.0/gems/activejob-7.1.3/lib/active_job/test_helper.rb:628:in `perform_enqueued_jobs' ./spec/integration/backfill_spec.rb:50:in `block (3 levels) in <top (required)>' ./spec/support/log_spec_helper.rb:11:in `capture_log' ./spec/integration/backfill_spec.rb:49:in `block (2 levels) in <top (required)>' ./spec/spec_helper.rb:62:in `block (2 levels) in <top (required)>' ------------------ --- Caused by: --- NoMethodError: undefined method `assert' for #<RSpec::ExampleGroups::Integration:0x00007f519e71c450> ./vendor/bundle/ruby/3.3.0/gems/activesupport-7.1.3/lib/active_support/testing/assertions.rb:49:in `block in assert_nothing_raised'
The text was updated successfully, but these errors were encountered:
My apologies. I didn't realize we already have an issue for this: #55
Sorry, something went wrong.
No branches or pull requests
Example failing specs when using Rails 7.1
The text was updated successfully, but these errors were encountered: