File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,23 @@ Feature: Directory Structure
4
4
their purpose:
5
5
6
6
- [Model specs](model-specs) reside in the `spec/models` directory
7
+
7
8
- [Controller specs](controller-specs) reside in the `spec/controllers` directory
9
+
8
10
- [Request specs](request-specs) reside in the `spec/requests` directory. The directory can also be named `integration` or `api`.
11
+
9
12
- [Feature specs](feature-specs) reside in the `spec/features` directory
13
+
10
14
- [View specs](view-specs) reside in the `spec/views` directory
15
+
11
16
- [Helper specs](helper-specs) reside in the `spec/helpers` directory
17
+
12
18
- [Mailer specs](mailer-specs) reside in the `spec/mailers` directory
19
+
13
20
- [Routing specs](routing-specs) reside in the `spec/routing` directory
21
+
14
22
- [Job specs](job-specs) reside in the `spec/jobs` directory
23
+
15
24
- [System specs](system-specs) reside in the `spec/system` directory
16
25
17
26
Application developers are free to use a different directory structure. In
You can’t perform that action at this time.
0 commit comments