Closed Tabby closed 1 year ago
Recreation of the PR from dependabot due to CI changes. Also fixes errors and warnings from RSpec, either pre-existing or due to the dependency bump
Updates the requirements on rspec-rails to permit the latest version.
Sourced from rspec-rails's changelog.
6.0.0 Full Changelog 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) 5.1.2 / 2022-04-24 Full Changelog Bug Fixes: Fix controller scaffold templates parameter name. (Taketo Takashima, #2591) Include generator specs in the inferred list of specs. (Jason Karns, #2597) 5.1.1 / 2022-03-07 Full Changelog Bug Fixes: Properly handle global id serialised arguments in have_enqueued_mail. (Jon Rowe, #2578) 5.1.0 / 2022-01-26 Full Changelog Enhancements: Make the API request scaffold template more consistent and compatible with Rails 6.1. (Naoto Hamada, #2484) Change the scaffold rails_helper.rb template to use require_relative. (Jon Dufresne, #2528) 5.0.3 / 2022-01-26 Full Changelog
Full Changelog
Enhancements:
@vivekmiyani
Breaking Changes:
after_teardown
after
around
Deprecations:
rspec:integration
rspec:request
Bug Fixes:
have_enqueued_mail
rails_helper.rb
require_relative
... (truncated)
0646044
7cd6f93
8016684
0b4d164
396c68f
efd4e6f
40192d2
126da71
49f7dd5
f604d5f
Recreation of the PR from dependabot due to CI changes. Also fixes errors and warnings from RSpec, either pre-existing or due to the dependency bump
Updates the requirements on rspec-rails to permit the latest version.
Changelog
Sourced from rspec-rails's changelog.
... (truncated)
Commits
0646044
v6.0.07cd6f93
s/upload_backups_spec.rb/upload_backups_job_spec.rb/g8016684
Merge pull request #2587 from rspec/shanecav84/include-tagged-logging0b4d164
Fixed typo396c68f
This updates Rubocop and uses the .rubocop_rspec_base.yml for consistencyefd4e6f
Respect RSpec default_path for generators #250840192d2
Remove legacy126da71
Remove version-specific checks for unsupported Rails/Ruby49f7dd5
Add integration generator deprecation to changelogf604d5f
Add only one test for integration generator deprecation