Skip to content

Commit 0896526

Browse files
committed
Fix directory structure format
1 parent fc3ee03 commit 0896526

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

features/directory_structure.feature

+9
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)