Skip to content

Commit db35f41

Browse files
committed
Rephrase few sentences of feature spec
1 parent 4a8e2f5 commit db35f41

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

features/generator_specs/generator_specs.feature

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
Feature: Generator spec
22

3-
RSpec spec are normally generated alongside other application components.
3+
RSpec spec(s) can be generated when generating application components.
44
For instance, `rails generate model` will also generate an RSpec spec file
5-
for the model but you can also use your own generator. See
6-
[customizing your workflow](https://guides.rubyonrails.org/generators.html#customizing-your-workflow)
5+
for the model but you can also write your own generator. See [customizing your workflow](https://guides.rubyonrails.org/generators.html#customizing-your-workflow)
76

87
Scenario: Use custom generator without '--generator-specs' arg
98
When I run `bundle exec rails generate generator my_generator`

0 commit comments

Comments
 (0)