File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,23 @@ Feature: Directory Structure
44 their purpose:
55
66 - [Model specs](model-specs) reside in the `spec/models` directory
7+
78 - [Controller specs](controller-specs) reside in the `spec/controllers` directory
9+
810 - [Request specs](request-specs) reside in the `spec/requests` directory. The directory can also be named `integration` or `api`.
11+
912 - [Feature specs](feature-specs) reside in the `spec/features` directory
13+
1014 - [View specs](view-specs) reside in the `spec/views` directory
15+
1116 - [Helper specs](helper-specs) reside in the `spec/helpers` directory
17+
1218 - [Mailer specs](mailer-specs) reside in the `spec/mailers` directory
19+
1320 - [Routing specs](routing-specs) reside in the `spec/routing` directory
21+
1422 - [Job specs](job-specs) reside in the `spec/jobs` directory
23+
1524 - [System specs](system-specs) reside in the `spec/system` directory
1625
1726 Application developers are free to use a different directory structure. In
You can’t perform that action at this time.
0 commit comments