Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-rspec-rails
From: Takahiro Kambe
Date: 2022-11-30 14:55:10
Message id: 20221130135510.3E135FA90@cvs.NetBSD.org
Log Message:
devel/ruby-rspec-rails: update to 6.0.1
6.0.0 (2022-10-10)
Enhancements:
* Support Rails 7
* Template tweaks to remove instance variables from generated specs. (Takuma
Ishikawa, #2599)
* Generators now respects default path configuration option. (@vivekmiyani,
#2508)
Breaking Changes:
* Drop support for Rails below 6.1
* Drop support for Ruby below 2.5 (following supported versions of Rails
6.1)
* Change the order of after_teardown from after to around in system specs to
improve compatibility with extensions and Capybara. (Tim Diggins, #2596)
Deprecations:
* Deprecates integration spec generator (rspec:integration) which was an
alias of request spec generator (rspec:request) (Luka Lüdicke, #2374)
6.0.1 (2022-10-18)
Bug Fixes:
* Prevent tagged logged support in Rails 7 calling #name. (Jon Rowe, #2625)
Files: