We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9843f commit 88fd8e2Copy full SHA for 88fd8e2
features/generator_specs/generator_specs.feature
@@ -15,8 +15,11 @@ Feature: Generator spec
15
create spec/generator/my_generators_generator_spec.rb
16
"""
17
18
- Scenario: Use custom generator with different default path
19
- When I run `bundle exec rails generate rspec:install --default-path behaviour --force`
+ Scenario: Use custom generator with customized `default-path`
+ Given a file named ".rspec" with:
20
+ """
21
+ --default-path behaviour
22
23
And I run `bundle exec rails generate generator my_generator`
24
Then the features should pass
25
Then the output should contain:
0 commit comments