dep: bump rspec-rails from 5.1.2 to 6.0.0
Bumps rspec-rails from 5.1.2 to 6.0.0.
Changelog
Sourced from rspec-rails's changelog.
6.0.0
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
fromafter
toaround
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)
Commits
-
0646044
v6.0.0 -
7cd6f93
s/upload_backups_spec.rb/upload_backups_job_spec.rb/g -
8016684
Merge pull request #2587 from rspec/shanecav84/include-tagged-logging -
0b4d164
Fixed typo -
396c68f
This updates Rubocop and uses the .rubocop_rspec_base.yml for consistency -
efd4e6f
Respect RSpec default_path for generators #2508 -
40192d2
Remove legacy -
126da71
Remove version-specific checks for unsupported Rails/Ruby -
49f7dd5
Add integration generator deprecation to changelog -
f604d5f
Add only one test for integration generator deprecation - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Allure report
allure-report-publisher
generated test report!
rspec:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| services | 174 | 0 | 0 | 0 | 174 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 236 | 0 | 0 | 0 | 236 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov