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 20, 2020
1 parent 4a8e2f5 commit db35f41
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions features/generator_specs/generator_specs.feature
@@ -1,9 +1,8 @@
Feature: Generator spec

RSpec spec are normally generated alongside other application components.
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 use your own generator. See
[customizing your workflow](https://guides.rubyonrails.org/generators.html#customizing-your-workflow)
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 db35f41

Please sign in to comment.