Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-rspec-rails
From: Takahiro Kambe
Date: 2021-03-07 09:33:44
Message id: 20210307083345.11983FA95@cvs.NetBSD.org
Log Message:
devel/ruby-rspec-rails: update to 4.1.0
4.1.0 / 2021-03-06
Enhancements:
* Issue a warning when using job matchers with #at mis-match on usec
precision. (Jon Rowe, #2350)
* Generated request specs now have a bare _spec suffix instead of
request_spec. (Eloy Espinaco, Luka Lüdicke, #2355, #2356, #2378)
* Generated scaffold now includes engine route helpers when inside a
mountable engine. (Andrew W. Lee, #2372)
* Improve request spec "controller" scafold when no action is
specified. (Thomas Hareau, #2399)
* Introduce testing snippets concept (Phil Pirozhkov, Benoit Tigeot, #2423)
* Prevent collisions with let(:name) for Rails 6.1 and let(:method_name) on
older Rails. (Benoit Tigeot, #2461)
Files: