Skip to content

Commit

Permalink
Rephrase few sentences of feature spec
Browse files Browse the repository at this point in the history
  • Loading branch information
benoittgt committed Jan 21, 2020
1 parent 4a8e2f5 commit 9dc2924
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions features/generator_specs/generator_specs.feature
@@ -1,9 +1,6 @@
Feature: Generator spec

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

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

0 comments on commit 9dc2924

Please sign in to comment.