Update dependency rspec-rails to '~> 3.9.0' #17
Closed
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:
'~> 3.7.2'
->'~> 3.9.0'
Release Notes
rspec/rspec-rails (rspec-rails)
v3.9.1
Compare Source
Full Changelog
Bug Fixes:
v3.9.0
Compare Source
Full Changelog
Enhancements
__dir__
instead of__FILE__
in generatedrails_helper.rb
wheresupported. (OKURA Masafumi, #2048)
have_enqueued_mail
matcher as a "super" matcher to theActiveJob
matchersmaking it easier to match on
ActiveJob
delivered emails. (Joel Lubrano, #2047)Bug Fixes:
ActiveJob
matchers fail when multiple jobs are queued for negatedmatches. e.g.
expect { job; job; }.to_not have_enqueued_job
.(Emric Istanful, #2069)
v3.8.3
Compare Source
Full Changelog
Bug Fixes:
/
separated path rather than an_
.(@nxlith, #2077)
errors
before attempting to use it to generate thebe_valid
error message. (Kevin Kuchta, #2096)
v3.8.2
Compare Source
Full Changelog
Bug Fixes:
Mailer
would be duplicatedin the name. (Kohei Sugi, #2037)
prepended. (Takumi Kaji, #2058)
ActiveJob
matchers fail when multiple jobs are queuedfor negated matches. e.g. `expect { job; job; }.to_not have_enqueued_job
(Emric Istanful, #2069)
v3.8.1
Compare Source
Full Changelog
Bug Fixes:
NoMethodError: undefined method 'strip'
when using aPathname
objectas the fixture file path. (Aaron Kromer, #2026)
(Laura Paakkinen, #2034)
ActiveJob::DeserializationError
from being issued whenActiveJob
matchers de-serialize arguments. (@aymeric-ledorze, #2036)
v3.8.0
Compare Source
Full Changelog
Enhancements:
rails_helper.rb
(Koichi ITO, #1924)
have_http_status
matcher now supports Rails 5.2 style response symbols(Douglas Lovell, #1951)
(Alessandro Rodi, #1960)
(Brad Charna, #1977)
ActionView::Template
used instub_template
resultingin increased performance due to less allocations and setup. (Simon Coffey, #1979)
(Laura Paakkinen, #1958)
Bug Fixes:
screenshots. (Shane Cavanaugh, #1955)
fixture_path
is not set.(Laurent Cobos, #1943)
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.