Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-rspec-rails
From: Takahiro Kambe
Date: 2025-01-19 17:05:12
Message id: 20250119160512.6A263FBDD@cvs.NetBSD.org
Log Message:
devel/ruby-rspec-rails: update to 7.1.0
7.0.0 (2024-09-02)
Enhancements:
* Change default driver for system specs on Rails 7.2 to match its
default. (Steve Polito, #2746)
* Verify ActiveJob arguments by comparing to the method signature. (Oli
Peate, #2745)
* Add suggestion to rails_helper.rb to skip when not in test mode. (Glauco
Custódio, #2751)
* Add at_priority qualifier to have_enqueued_job set of matchers. (mbajur,
#2759)
* Add spec directories to rails stats on Rails main / 8.0.0. (Petrik de
Heus, #2781)
7.0.1 (2024-09-03)
Bug Fixes:
* Remove mutation of Rails constant in favour of public api. (Petrik de
Heus, #2789)
* Cleanup Rails scaffold for unsupported versions. (Matt Jankowski, #2790)
* Remove deprecated scaffold that was unintentionally included in 7.0.0 (Jon
Rowe, #2791)
7.0.2 (2024-11-09)
Bug Fixes:
* Fix issue with have_enqueued_mail when jobs were incorrectly matched due
to refactoring in #2780. (David Runger, #2793)
7.1.0 (2024-11-09)
Enhancements:
* Improve implicit description for ActionCable matchers have_broadcasted_to / \
have_broadcast. (Simon Fish, #2795)
* Comment out infer_spec_type_from_file_location! in newly generated
rails_helper.rb files. (Jon Rowe, #2804)
* Allow turning off active job / mailer argument validation. (Oli Peate,
#2808)
Files: