File tree 2 files changed +9
-14
lines changed
2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 1
1
### 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 )
3
6
4
7
Enhancements:
5
8
9
+ * Support Rails 7
10
+ * Template tweaks to remove instance variables from generated specs. (Takuma Ishikawa, #2599 )
6
11
* Generators now respects default path configuration option. (@vivekmiyani , #2508 )
7
12
8
13
Breaking Changes:
9
14
15
+ * Drop support for Rails below 6.1
16
+ * Drop support for Ruby below 2.5 (following supported versions of Rails 6.1)
10
17
* Change the order of ` after_teardown ` from ` after ` to ` around ` in system
11
18
specs to improve compatibility with extensions and Capybara. (Tim Diggins, #2596 )
12
19
@@ -16,18 +23,6 @@ Deprecations:
16
23
which was an alias of request spec generator (` rspec:request ` )
17
24
(Luka Lüdicke, #2374 )
18
25
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
-
31
26
### 5.1.2 / 2022-04-24
32
27
[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v5.1.1...v5.1.2 )
33
28
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Rails
3
3
# Version information for RSpec Rails.
4
4
module Version
5
5
# Current version of RSpec Rails, in semantic versioning format.
6
- STRING = '6.0 .0.pre'
6
+ STRING = '6.1 .0.pre'
7
7
end
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments