Skip to content

Commit e3cf607

Browse files
committed
Documentation improvements
1 parent a1e2f6c commit e3cf607

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ expressed in plain English.
1010

1111
According to [RSpec Rails new versioning strategy][] use:
1212
* **[`rspec-rails` 7.x][]** for Rails 7.x.
13-
* **[`rspec-rails` 6.x][]** for Rails 6.1.
13+
* **[`rspec-rails` 6.x][]** for Rails 6.1, 7.0 or 7.1.
1414
* **[`rspec-rails` 5.x][]** for Rails 5.2 or 6.x.
1515
* **[`rspec-rails` 4.x][]** for Rails from 5.x or 6.x.
1616
* **[`rspec-rails` 3.x][]** for Rails earlier than 5.0.

features/Generators.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Using generators
22

3-
RSpec spec are normally generated alongside other application components.
4-
For instance, `rails generate model` will also generate an RSpec spec file
3+
RSpec `_spec.rb` files are normally generated alongside other application components.
4+
For instance, `rails generate model` will also generate an RSpec `_spec.rb` file
55
for the model.
66

77
Note that the generators are there to help you get started, but they are no
@@ -18,17 +18,16 @@ will create a new spec file in `spec/models/widget_spec.rb`.
1818

1919
The same generator pattern is available for all specs:
2020

21-
* scaffold
22-
* model
21+
* channel
2322
* controller
24-
* helper
25-
* view
26-
* mailer
27-
* integration
2823
* feature
29-
* job
30-
* channel
3124
* generator
25+
* helper
26+
* job
3227
* mailbox
28+
* mailer
29+
* model
3330
* request
31+
* scaffold
3432
* system
33+
* view
File renamed without changes.

0 commit comments

Comments
 (0)