File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 11### Development
2- [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v6.0.0.rc1...main )
2+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v6.0.0...main )
3+
4+ ### 6.0.0
5+ [ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v5.1.2...6.0.0 )
36
47Enhancements:
58
9+ * Support Rails 7
10+ * Template tweaks to remove instance variables from generated specs. (Takuma Ishikawa, #2599 )
611* Generators now respects default path configuration option. (@vivekmiyani , #2508 )
712
813Breaking Changes:
914
15+ * Drop support for Rails below 6.1
16+ * Drop support for Ruby below 2.5 (following supported versions of Rails 6.1)
1017* Change the order of ` after_teardown ` from ` after ` to ` around ` in system
1118 specs to improve compatibility with extensions and Capybara. (Tim Diggins, #2596 )
1219
@@ -16,18 +23,6 @@ Deprecations:
1623 which was an alias of request spec generator (` rspec:request ` )
1724 (Luka Lüdicke, #2374 )
1825
19- ### 6.0.0.rc1
20-
21- Enhancements:
22-
23- * Support Rails 7
24- * Template tweaks to remove instance variables from generated specs. (Takuma Ishikawa, #2599 )
25-
26- Breaking Changes:
27-
28- * Drop support for Rails below 6.1
29- * Drop support for Ruby below 2.5 (following supported versions of Rails 6.1)
30-
3126### 5.1.2 / 2022-04-24
3227[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v5.1.1...v5.1.2 )
3328
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Rails
33 # Version information for RSpec Rails.
44 module Version
55 # Current version of RSpec Rails, in semantic versioning format.
6- STRING = '6.0 .0.pre'
6+ STRING = '6.1 .0.pre'
77 end
88 end
99end
You can’t perform that action at this time.
0 commit comments