Bump rspec-rails from 4.1.2 to 5.0.2
Bumps rspec-rails from 4.1.2 to 5.0.2.
Changelog
Sourced from rspec-rails's changelog.
5.0.2 / 2021-08-14
Bug Fixes:
- Prevent generated job specs from duplicating
_jobin filenames. (Nick Flückiger, #2496)- Fix
ActiveRecord::TestFixture#uses_transactionby 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
#atmis-match onusecprecision. (Jon Rowe, #2350)- Generated request specs now have a bare
_specsuffix 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
-
b4b8271Version 5.0.2 -
ef97e6bMerge pull request #2514 from rspec/fix-ruby2-keywords-in-controller-spec-met... -
6cc0705Changelog for #2495 -
2c15abeMerge pull request #2495 from st0012/fix-uses_transaction -
08544a8Change log for #2496 -
c4a6575Implement check to prevent duplicate job naming (#2496) -
bc9687fMerge pull request #2489 from Maroo-b/2435_rename_travis_to_ci -
7c9b320Update readme for 5.x -
4a820dbv5.0.1 -
3e9cbeaMerge pull request #2487 from rspec/fix-method-name-truncation-for-multibyte-... - Additional commits viewable in compare view