Skip to content

Commit c955ecd

Browse files
vivekmiyanipirj
authored andcommitted
Document customize default-path configuration
1 parent 88fd8e2 commit c955ecd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

features/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,15 @@ without having to type RAILS_ENV=test.
3434

3535
Now you can run:
3636

37-
script/rails generate rspec:install
37+
bundle exec rails generate rspec:install
3838

3939
This adds the spec directory and some skeleton files, including a .rspec
4040
file.
4141

42+
You can also customize the default spec path with `--default-path` option:
43+
44+
bundle exec rails generate rspec:install --default-path behaviour
45+
4246
## Issues
4347

4448
The documentation for rspec-rails is a work in progress. We'll be adding

0 commit comments

Comments
 (0)