-
-
Notifications
You must be signed in to change notification settings - Fork 729
New issue
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
Bump rspec-rails from 5.1.2 to 6.0.1 #9850
Conversation
f30d2e6
to
1c373c7
Compare
1c373c7
to
7754fe8
Compare
@dependabot-bot rebase |
7754fe8
to
5fa73c0
Compare
@dependabot-bot recreate |
fc7e8c7
to
53cbfe3
Compare
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
@dependabot-bot recreate |
2cc4194
to
1860978
Compare
1860978
to
8cc64e4
Compare
@dependabot-bot recreate |
8cc64e4
to
4200b62
Compare
One spec failing with:
This seems related: |
Yes, also discussed in the last bump #9430 |
Ah, thank you @sigmundpetersen - totally forgot about that discussion 🙈 |
@dependabot-bot rebase |
4200b62
to
27f09a4
Compare
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.1.2 to 6.0.1. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v5.1.2...v6.0.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
27f09a4
to
1313b55
Compare
The syntax was ambiguous and nwer version of rspec-rails catch that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Great job
@@ -24,7 +24,7 @@ def index | |||
|
|||
it "passes a prefix to the serializer method and renders with serializer" do | |||
expect(controller).to receive(:serializer).with(prefix) { "SerializerClass" } | |||
expect(controller).to receive(:render).with(json: data, serializer: "SerializerClass") | |||
expect(controller).to receive(:render).with({ json: data, serializer: "SerializerClass" }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting, I would have thought that Rails would have changed the controller arguments over to keyword arguments, but I guess they didn't.
Merging without manual test, as it only affects the test environment, which has already been confirmed. |
Yay - thanks for addressing this one 🎉 |
I don't really understand it, but:
|
Bumps rspec-rails from 5.1.2 to 6.0.1.
Changelog
Sourced from rspec-rails's changelog.
Commits
ce70c2f
v6.0.18f867f4
Changelog for 6.0.1ac38623
Changelog for #2625bc5a3c0
Merge pull request #2625 from rspec/replacement-tagged-logger-support73c0989
Merge pull request #2626 from rspec/fix-build0646044
v6.0.07cd6f93
s/upload_backups_spec.rb/upload_backups_job_spec.rb/g8016684
Merge pull request #2587 from rspec/shanecav84/include-tagged-logging0b4d164
Fixed typo396c68f
This updates Rubocop and uses the .rubocop_rspec_base.yml for consistencyDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)