[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
rspec/rspec-rails (rspec-rails)
### [`v6.1.2`](https://togithub.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2)
[Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2)
### [`v6.1.1`](https://togithub.com/rspec/rspec-rails/blob/HEAD/Changelog.md#611--2024-01-25)
[Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1)
[Full Changelog](https://togithub.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1)
Bug Fixes:
- Improved deprecation message for `RSpec::Rails::Configuration.fixture_paths`
(Benoit Tigeot, [#2720](https://togithub.com/rspec/rspec-rails/issues/2720))
- Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, [#2716](https://togithub.com/rspec/rspec-rails/issues/2716))
### [`v6.1.0`](https://togithub.com/rspec/rspec-rails/blob/HEAD/Changelog.md#610--2023-11-21)
[Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.0.4...v6.1.0)
[Full Changelog](https://togithub.com/rspec/rspec-rails/compare/v6.0.4...v6.1.0)
Enhancements:
- Support for Rails 7.1
- Minor tweak to generated `rails_helper.rb` to use `Rails.root.join`.
([@masato-bkn](https://togithub.com/masato-bkn), Ryo Nakamura, [#2640](https://togithub.com/rspec/rspec-rails/issues/2640), [#2678](https://togithub.com/rspec/rspec-rails/issues/2678))
- Add `RSpec::Rails::Configuration.fixture_paths` configuration to support
the matching change to `ActiveRecord::TestFixtures`, previous singular
form is deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, [#2673](https://togithub.com/rspec/rspec-rails/issues/2673))
- Add `send_email` matcher to match emails rather than specific jobs.
(Andrei Kaleshka, [#2670](https://togithub.com/rspec/rspec-rails/issues/2670))
- When using `render` in view specs, `:locals` will now be merged into the
default implicit template, allowing `render locals: {...}` style calls.
(Jon Rowe, [#2686](https://togithub.com/rspec/rspec-rails/issues/2686))
- Add support for `Rails.config.action_mailer.preview_paths` on Rails 7.1/
(Jon Rowe, [#2706](https://togithub.com/rspec/rspec-rails/issues/2706))
### [`v6.0.4`](https://togithub.com/rspec/rspec-rails/blob/HEAD/Changelog.md#604--2023-11-21)
[Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.0.3...v6.0.4)
[Full Changelog](https://togithub.com/rspec/rspec-rails/compare/v6.0.3...v6.0.4)
Bug Fixes:
- Fuzzy match `have_broadcasted_to` so that argument matchers can be used.
(Timothy Peraza, [#2684](https://togithub.com/rspec/rspec-rails/issues/2684))
- Fix fixture warning during `:context` hooks on Rails `main`. (Jon Rowe, [#2685](https://togithub.com/rspec/rspec-rails/issues/2685))
- Fix `stub_template` on Rails `main`. (Jon Rowe, [#2685](https://togithub.com/rspec/rspec-rails/issues/2685))
- Fix variable name in scaffolded view specs when namespaced. (Taketo Takashima, [#2694](https://togithub.com/rspec/rspec-rails/issues/2694))
- Prevent `take_failed_screenshot` producing an additional error through `metadata`
access. (Jon Rowe, [#2704](https://togithub.com/rspec/rspec-rails/issues/2704))
- Use `ActiveSupport::ExecutionContext::TestHelper` on Rails 7+. (Jon Rowe, [#2711](https://togithub.com/rspec/rspec-rails/issues/2711))
- Fix leak of templates stubbed with `stub_template` on Rails 7.1. (Jon Rowe, [#2714](https://togithub.com/rspec/rspec-rails/issues/2714))
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
6.0.3
->6.1.2
Release Notes
rspec/rspec-rails (rspec-rails)
### [`v6.1.2`](https://togithub.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2) [Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2) ### [`v6.1.1`](https://togithub.com/rspec/rspec-rails/blob/HEAD/Changelog.md#611--2024-01-25) [Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1) [Full Changelog](https://togithub.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1) Bug Fixes: - Improved deprecation message for `RSpec::Rails::Configuration.fixture_paths` (Benoit Tigeot, [#2720](https://togithub.com/rspec/rspec-rails/issues/2720)) - Fix support for namespaced fixtures in Rails 7.1. (Benedikt Deicke, [#2716](https://togithub.com/rspec/rspec-rails/issues/2716)) ### [`v6.1.0`](https://togithub.com/rspec/rspec-rails/blob/HEAD/Changelog.md#610--2023-11-21) [Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.0.4...v6.1.0) [Full Changelog](https://togithub.com/rspec/rspec-rails/compare/v6.0.4...v6.1.0) Enhancements: - Support for Rails 7.1 - Minor tweak to generated `rails_helper.rb` to use `Rails.root.join`. ([@masato-bkn](https://togithub.com/masato-bkn), Ryo Nakamura, [#2640](https://togithub.com/rspec/rspec-rails/issues/2640), [#2678](https://togithub.com/rspec/rspec-rails/issues/2678)) - Add `RSpec::Rails::Configuration.fixture_paths` configuration to support the matching change to `ActiveRecord::TestFixtures`, previous singular form is deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, [#2673](https://togithub.com/rspec/rspec-rails/issues/2673)) - Add `send_email` matcher to match emails rather than specific jobs. (Andrei Kaleshka, [#2670](https://togithub.com/rspec/rspec-rails/issues/2670)) - When using `render` in view specs, `:locals` will now be merged into the default implicit template, allowing `render locals: {...}` style calls. (Jon Rowe, [#2686](https://togithub.com/rspec/rspec-rails/issues/2686)) - Add support for `Rails.config.action_mailer.preview_paths` on Rails 7.1/ (Jon Rowe, [#2706](https://togithub.com/rspec/rspec-rails/issues/2706)) ### [`v6.0.4`](https://togithub.com/rspec/rspec-rails/blob/HEAD/Changelog.md#604--2023-11-21) [Compare Source](https://togithub.com/rspec/rspec-rails/compare/v6.0.3...v6.0.4) [Full Changelog](https://togithub.com/rspec/rspec-rails/compare/v6.0.3...v6.0.4) Bug Fixes: - Fuzzy match `have_broadcasted_to` so that argument matchers can be used. (Timothy Peraza, [#2684](https://togithub.com/rspec/rspec-rails/issues/2684)) - Fix fixture warning during `:context` hooks on Rails `main`. (Jon Rowe, [#2685](https://togithub.com/rspec/rspec-rails/issues/2685)) - Fix `stub_template` on Rails `main`. (Jon Rowe, [#2685](https://togithub.com/rspec/rspec-rails/issues/2685)) - Fix variable name in scaffolded view specs when namespaced. (Taketo Takashima, [#2694](https://togithub.com/rspec/rspec-rails/issues/2694)) - Prevent `take_failed_screenshot` producing an additional error through `metadata` access. (Jon Rowe, [#2704](https://togithub.com/rspec/rspec-rails/issues/2704)) - Use `ActiveSupport::ExecutionContext::TestHelper` on Rails 7+. (Jon Rowe, [#2711](https://togithub.com/rspec/rspec-rails/issues/2711)) - Fix leak of templates stubbed with `stub_template` on Rails 7.1. (Jon Rowe, [#2714](https://togithub.com/rspec/rspec-rails/issues/2714))Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.