You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/generator_specs/generator_specs.feature
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
Feature: Generator spec
2
2
3
-
RSpec spec are normally generated alongside other application components.
3
+
RSpec spec(s) can be generated when generating application components.
4
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)
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)
7
6
8
7
Scenario: Use custom generator without '--generator-specs' arg
9
8
When I run `bundle exec rails generate generator my_generator`
0 commit comments