Skip to content

Commit 8a1e04c

Browse files
committed
Changelog for #2484
1 parent ff8eaef commit 8a1e04c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
### Development
22
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...main)
33

4+
Enhancements:
5+
6+
* Make the API request scaffold template more consistent and compatible with
7+
Rails 6.1. (Naoto Hamada, #2484)
8+
49
Bug Fixes:
510

611
* Limit multibyte example descriptions when used in system tests for #method_name

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ They’re also specifications (or _specs,_ for short):
88
detailed explanations of how the application is supposed to behave,
99
expressed in plain English.
1010

11+
Use **[`rspec-rails` 4.x][]** for Rails from 5.0 to 6.0.
1112
Use **[`rspec-rails` 3.x][]** for Rails earlier than 5.0.
1213
Use **[`rspec-rails` 1.x][]** for Rails 2.x.
1314

@@ -21,6 +22,7 @@ Use **[`rspec-rails` 1.x][]** for Rails 2.x.
2122
[Ruby on Rails]: https://rubyonrails.org/
2223
[`rspec-rails` 1.x]: https://github.com/dchelimsky/rspec-rails
2324
[`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
2426

2527
## Installation
2628

@@ -31,7 +33,7 @@ See the [`5-0-maintenance` branch on Github](https://github.com/rspec/rspec-rail
3133
of your app’s `Gemfile`:
3234

3335
```ruby
34-
# Run against the latest stable release
36+
# Run against this stable release
3537
group :development, :test do
3638
gem 'rspec-rails', '~> 5.0.0'
3739
end

0 commit comments

Comments
 (0)