Skip to content

Commit 55515e1

Browse files
committed
Rephrase few sentences of feature spec
1 parent bb9c113 commit 55515e1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

features/generator_specs/generator_specs.feature

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
Feature: Generator spec
22

3-
RSpec spec are normally generated alongside other application components.
4-
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)
3+
RSpec spec(s) can be generated when generating application components. For instance, `rails generate model` will also generate an RSpec spec file for the model but you can also write your own generator. See [customizing your workflow](https://guides.rubyonrails.org/generators.html#customizing-your-workflow)
74

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

0 commit comments

Comments
 (0)