Reset ActiveSupport::CurrentAttributes between examples. (Javier Julio, #2752)
Fix a broken link in generated mailer previews. (Chiara Núñez, #2764)
Fix have_status_code behaviour with deprecated status names by delegating
to Rack::Utils.status_code/1 to set the expected status code. (Darren Boyd, #2765)
Fix the "false positive" warning message when using a negated raise_error matcher
with a RegExp instance. (Eric Mueller, #1456)
Enhancements:
Improve the IO emulation in the output capture matchers (output(...).to_stdout et al)
by adding as_tty and as_not_tty to change the tty? flags. (Sergio Gil Pérez de la Manga, #1459)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rspec-rails (6.1.2 → 6.1.3) · Repo · Changelog
Release Notes
6.1.3 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
v6.1.3
Fix changelog link
Merge pull request #2769 from rspec/fix-rails-main-build-27
Merge pull request #2768 from rspec/fix-rails-main-build
Add missing spec for #2765
Correct changelog for #2765
Merge pull request #2765 from darrenboyd/rack-public-api-use
Note selenium changes
Merge pull request #2767 from rspec/remove-reliah-gem
Merge pull request #2766 from rspec/fix-ci-warning
Fix Mailer Specs heading typo
Change log for #2764
Merge pull request #2764 from chiaraani/patch-1
Merge pull request #2755 from javierjulio/patch-4
Changelog for #2752
Merge pull request #2752 from javierjulio/patch-1
↗️ rspec-expectations (indirect, 3.13.0 → 3.13.1) · Repo · Changelog
Release Notes
3.13.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
v3.13.1
Create SECURITY.md
Merge pull request #1456 from nevinera/nev--give-correct-message-for-regex-not-raise-case
Merge pull request #1452 from rspec/fix-documentation-indentation
Remove accidentally commited file
Merge pull request #1450 from rspec/update-ci-build-scripts-2024-02-23-for-main
↗️ rspec-mocks (indirect, 3.13.0 → 3.13.1) · Repo · Changelog
Release Notes
3.13.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
v3.13.1
Changelog for #1575
Merge pull request #1575 from nevinera/nev--1574--allow-mocking-mutex-synchronize
Merge pull request #1569 from p-linnane/fix-various-typos
Merge pull request #1571 from rspec/update-ci-build-scripts-2024-02-23-for-main
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands