File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
### Development
2
2
[ Full Changelog] ( https://github.com/rspec/rspec-rails/compare/v5.0.0...main )
3
3
4
+ Enhancements:
5
+
6
+ * Make the API request scaffold template more consistent and compatible with
7
+ Rails 6.1. (Naoto Hamada, #2484 )
8
+
4
9
Bug Fixes:
5
10
6
11
* Limit multibyte example descriptions when used in system tests for #method_name
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ They’re also specifications (or _specs,_ for short):
8
8
detailed explanations of how the application is supposed to behave,
9
9
expressed in plain English.
10
10
11
+ Use ** [ ` rspec-rails ` 4.x] [ ] ** for Rails from 5.0 to 6.0.
11
12
Use ** [ ` rspec-rails ` 3.x] [ ] ** for Rails earlier than 5.0.
12
13
Use ** [ ` rspec-rails ` 1.x] [ ] ** for Rails 2.x.
13
14
@@ -21,6 +22,7 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
21
22
[ Ruby on Rails ] : https://rubyonrails.org/
22
23
[ `rspec-rails` 1.x ] : https://github.com/dchelimsky/rspec-rails
23
24
[ `rspec-rails` 3.x ] : https://github.com/rspec/rspec-rails/tree/3-9-maintenance
25
+ [ `rspec-rails` 4.x ] : https://github.com/rspec/rspec-rails/tree/4-1-maintenance
24
26
25
27
## Installation
26
28
@@ -31,7 +33,7 @@ See the [`5-0-maintenance` branch on Github](https://github.com/rspec/rspec-rail
31
33
of your app’s ` Gemfile ` :
32
34
33
35
``` ruby
34
- # Run against the latest stable release
36
+ # Run against this stable release
35
37
group :development , :test do
36
38
gem ' rspec-rails' , ' ~> 5.0.0'
37
39
end
You can’t perform that action at this time.
0 commit comments