Skip to content
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

Update dependency rspec-rails to '~> 3.9.0' #17

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rspec-rails (changelog) '~> 3.7.2' -> '~> 3.9.0' age adoption passing confidence

Release Notes

rspec/rspec-rails (rspec-rails)

v3.9.1

Compare Source

Full Changelog

Bug Fixes:

  • Add missing require for have_enqueued_mail matcher. (Ignatius Reza, #​2117)

v3.9.0

Compare Source

Full Changelog

Enhancements

  • Use __dir__ instead of __FILE__ in generated rails_helper.rb where
    supported. (OKURA Masafumi, #​2048)
  • Add have_enqueued_mail matcher as a "super" matcher to the ActiveJob matchers
    making it easier to match on ActiveJob delivered emails. (Joel Lubrano, #​2047)
  • Add generator for system specs on Rails 5.1 and above. (Andrzej Sliwa, #​1933)
  • Add generator for generator specs. (@​ConSou, #​2085)
  • Add option to generate routes when generating controller specs. (David Revelo, #​2134)

Bug Fixes:

  • Make the ActiveJob matchers fail when multiple jobs are queued for negated
    matches. e.g. expect { job; job; }.to_not have_enqueued_job.
    (Emric Istanful, #​2069)

v3.8.3

Compare Source

Full Changelog

Bug Fixes:

  • Namespaced fixtures now generate a / separated path rather than an _.
    (@​nxlith, #​2077)
  • Check the arity of errors before attempting to use it to generate the be_valid
    error message. (Kevin Kuchta, #​2096)

v3.8.2

Compare Source

Full Changelog

Bug Fixes:

  • Fix issue with generator for preview specs where Mailer would be duplicated
    in the name. (Kohei Sugi, #​2037)
  • Fix the request spec generator to handle namespaced files. (Kohei Sugi, #​2057)
  • Further truncate system test filenames to handle cases when extra words are
    prepended. (Takumi Kaji, #​2058)
  • Backport: Make the ActiveJob matchers fail when multiple jobs are queued
    for negated matches. e.g. `expect { job; job; }.to_not have_enqueued_job
    (Emric Istanful, #​2069)

v3.8.1

Compare Source

Full Changelog

Bug Fixes:

  • Fix NoMethodError: undefined method 'strip' when using a Pathname object
    as the fixture file path. (Aaron Kromer, #​2026)
  • When generating feature specs, do not duplicate namespace in the path name.
    (Laura Paakkinen, #​2034)
  • Prevent ActiveJob::DeserializationError from being issued when ActiveJob
    matchers de-serialize arguments. (@​aymeric-ledorze, #​2036)

v3.8.0

Compare Source

Full Changelog

Enhancements:

  • Improved message when migrations are pending in the default rails_helper.rb
    (Koichi ITO, #​1924)
  • have_http_status matcher now supports Rails 5.2 style response symbols
    (Douglas Lovell, #​1951)
  • Change generated Rails helper to match Rails standards for Rails.root
    (Alessandro Rodi, #​1960)
  • At support for asserting enqueued jobs have no wait period attached.
    (Brad Charna, #​1977)
  • Cache instances of ActionView::Template used in stub_template resulting
    in increased performance due to less allocations and setup. (Simon Coffey, #​1979)
  • Rails scaffold generator now respects longer namespaces (e.g. api/v1/<thing>).
    (Laura Paakkinen, #​1958)

Bug Fixes:

  • Escape quotation characters when producing method names for system spec
    screenshots. (Shane Cavanaugh, #​1955)
  • Use relative path for resolving fixtures when fixture_path is not set.
    (Laurent Cobos, #​1943)
  • Allow custom template resolvers in view specs. (@​ahorek, #​1941)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rspec-rails-3.x branch from 7459625 to f46b2a9 Compare April 8, 2024 20:27
@renovate renovate bot force-pushed the renovate/rspec-rails-3.x branch from f46b2a9 to 57ce7b4 Compare April 8, 2024 20:33
@mgreim3373 mgreim3373 closed this Apr 8, 2024
Copy link
Contributor Author

renovate bot commented Apr 8, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update ('~> 3.9.0'). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/rspec-rails-3.x branch April 8, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant