chore(deps): update dependency rspec-rails to v6.1.0 #279
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.3
->6.1.0
Release Notes
rspec/rspec-rails (rspec-rails)
v6.1.0
Compare Source
Full Changelog
Enhancements:
rails_helper.rb
to useRails.root.join
.(@masato-bkn, Ryo Nakamura, #2640, #2678)
RSpec::Rails::Configuration.fixture_paths
configuration to supportthe matching change to
ActiveRecord::TestFixtures
, previous singularform is deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, #2673)
send_email
matcher to match emails rather than specific jobs.(Andrei Kaleshka, #2670)
render
in view specs,:locals
will now be merged into thedefault implicit template, allowing
render locals: {...}
style calls.(Jon Rowe, #2686)
Rails.config.action_mailer.preview_paths
on Rails 7.1/(Jon Rowe, #2706)
v6.0.4
Compare Source
Full Changelog
Bug Fixes:
have_broadcasted_to
so that argument matchers can be used.(Timothy Peraza, #2684)
:context
hooks on Railsmain
. (Jon Rowe, #2685)stub_template
on Railsmain
. (Jon Rowe, #2685)take_failed_screenshot
producing an additional error throughmetadata
access. (Jon Rowe, #2704)
ActiveSupport::ExecutionContext::TestHelper
on Rails 7+. (Jon Rowe, #2711)stub_template
on Rails 7.1. (Jon Rowe, #2714)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.