Bump rspec-rails from 3.9.1 to 5.0.2
Bumps rspec-rails from 3.9.1 to 5.0.2.
Release notes
Sourced from rspec-rails's releases.
4.0.2 / 2020-12-26
Bug Fixes:
- Indent all extra failure lines output from system specs. (Alex Robbin, #2321)
- Generated request spec for update now uses the correct let. (Paul Hanyzewski, #2344)
- Return
true
/false
from predicate methods in config rather than raw values. (Phil Pirozhkov, Jon Rowe, #2353, #2354)- Remove old #fixture_path feature detection code which broke under newer Rails. (Koen Punt, Jon Rowe, #2370)
Changelog
Sourced from rspec-rails's changelog.
5.0.2 / 2021-08-14
Bug Fixes:
- Prevent generated job specs from duplicating
_job
in filenames. (Nick Flückiger, #2496)- Fix
ActiveRecord::TestFixture#uses_transaction
by using example description to replace example name rather than example in our monkey patchedrun_in_transaction?
method. (Stan Lo, #2495)- Prevent keyword arguments being lost when methods are invoked dynamically in controller specs. (Josh Cheek, #2509, #2514)
5.0.1 / 2021-03-18
Bug Fixes:
- Limit multibyte example descriptions when used in system tests for #method_name which ends up as screenshot names etc. (@y-yagi, #2405, #2487)
5.0.0 / 2021-03-09
Enhancements:
- Support new #file_fixture_path and new fixture test support code. (Jon Rowe, #2398)
- Support for Rails 6.1. (Benoit Tigeot, Jon Rowe, Phil Pirozhkov, and more #2398)
Breaking Changes:
- Drop support for Rails below 5.2.
4.1.1 / 2021-03-09
Bug Fixes:
- Remove generated specs when destroying a generated controller. (@Naokimi, #2475)
4.1.0 / 2021-03-06
Enhancements:
- Issue a warning when using job matchers with
#at
mis-match onusec
precision. (Jon Rowe, #2350)- Generated request specs now have a bare
_spec
suffix instead ofrequest_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)
... (truncated)
Commits
-
b4b8271
Version 5.0.2 -
ef97e6b
Merge pull request #2514 from rspec/fix-ruby2-keywords-in-controller-spec-met... -
6cc0705
Changelog for #2495 -
2c15abe
Merge pull request #2495 from st0012/fix-uses_transaction -
08544a8
Change log for #2496 -
c4a6575
Implement check to prevent duplicate job naming (#2496) -
bc9687f
Merge pull request #2489 from Maroo-b/2435_rename_travis_to_ci -
7c9b320
Update readme for 5.x -
4a820db
v5.0.1 -
3e9cbea
Merge pull request #2487 from rspec/fix-method-name-truncation-for-multibyte-... - Additional commits viewable in compare view