File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,8 @@ Feature: Directory Structure
4
4
their purpose:
5
5
6
6
- [Model specs](model-specs) reside in the `spec/models` directory
7
- - [Controller specs](controller-specs) reside in the `spec/controllers`
8
- directory
9
- - [Request specs](request-specs) reside in the `spec/requests` directory. The
10
- directory can also be named `integration` or `api`.
7
+ - [Controller specs](controller-specs) reside in the `spec/controllers` directory
8
+ - [Request specs](request-specs) reside in the `spec/requests` directory. The directory can also be named `integration` or `api`.
11
9
- [Feature specs](feature-specs) reside in the `spec/features` directory
12
10
- [View specs](view-specs) reside in the `spec/views` directory
13
11
- [Helper specs](helper-specs) reside in the `spec/helpers` directory
You can’t perform that action at this time.
0 commit comments