Sourced from rspec-rails's changelog.
7.0.1 / 2024-09-03
Bug Fixes:
- Remove mutation of Rails constant in favour of public api. (Petrik de Heus, #2789)
- Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #2790)
- Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon Rowe, #2791)
7.0.0 / 2024-09-02
Enhancements:
- Change default driver for system specs on Rails 7.2 to match its default. (Steve Polito, #2746)
- Verify ActiveJob arguments by comparing to the method signature. (Oli Peate, #2745)
- Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco Custódio, #2751)
- Add
at_priority
qualifier tohave_enqueued_job
set of matchers. (mbajur, #2759)- Add spec directories to
rails stats
on Rails main / 8.0.0. (Petrik de Heus, #2781)6.1.5 / 2024-09-02
Bug Fixes:
a1e2f6c
v7.0.1b9d5676
Merge pull request #2791
from rspec/cleanup-rails-6-1bbf16f9
Changelog for #2789
and #27900beb36e
Merge pull request #2790
from mjankowski/cell-selector-rails-versiona124bb7
Merge pull request #2789
from p8/code-statistics-test-dirs1bb407e
v7.0.08c870d6
Merge pull request #2788
from rspec/7-0-prepa5d0635
Update rails link3b36479
Drop 6.1 related code4dd9521
Rewrite upgrade notes