Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-rspec-rails
From: Takahiro Kambe
Date: 2023-12-17 15:26:03
Message id: 20231217142603.7C327FA42@cvs.NetBSD.org
Log Message:
devel/ruby-rspec-rails: update to 6.1.0
6.0.4 (2023-11-21)
Bug Fixes:
* Fuzzy match have_broadcasted_to so that argument matchers can be
used. (Timothy Peraza, #2684)
* Fix fixture warning during :context hooks on Rails main. (Jon Rowe, #2685)
* Fix stub_template on Rails main. (Jon Rowe, #2685)
* Fix variable name in scaffolded view specs when namespaced. (Taketo
Takashima, #2694)
* Prevent take_failed_screenshot producing an additional error through
metadata access. (Jon Rowe, #2704)
* Use ActiveSupport::ExecutionContext::TestHelper on Rails 7+. (Jon Rowe,
#2711)
* Fix leak of templates stubbed with stub_template on Rails 7.1. (Jon Rowe,
#2714)
6.1.0 (2023-11-21)
Enhancements:
* Support for Rails 7.1
* Minor tweak to generated rails_helper.rb to use
Rails.root.join. (@masato-bkn, Ryo Nakamura, #2640, #2678)
* Add RSpec::Rails::Configuration.fixture_paths configuration to support the
matching change to ActiveRecord::TestFixtures, previous singular form is
deprecated and will be removed in Rails 7.2. (Juan Gueçaimburu, #2673)
* Add send_email matcher to match emails rather than specific jobs. (Andrei
Kaleshka, #2670)
* When using render in view specs, :locals will now be merged into the
default implicit template, allowing render locals: {...} style calls. (Jon
Rowe, #2686)
* Add support for Rails.config.action_mailer.preview_paths on Rails 7.1/
(Jon Rowe, #2706)
Files: