Skip to content

Commit

Permalink
Fix directory structure format
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed May 18, 2020
1 parent 6564840 commit 21622d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions features/directory_structure.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,23 @@ Feature: Directory Structure
their purpose:

- [Model specs](model-specs) reside in the `spec/models` directory

- [Controller specs](controller-specs) reside in the `spec/controllers` directory

- [Request specs](request-specs) reside in the `spec/requests` directory. The directory can also be named `integration` or `api`.

- [Feature specs](feature-specs) reside in the `spec/features` directory

- [View specs](view-specs) reside in the `spec/views` directory

- [Helper specs](helper-specs) reside in the `spec/helpers` directory

- [Mailer specs](mailer-specs) reside in the `spec/mailers` directory

- [Routing specs](routing-specs) reside in the `spec/routing` directory

- [Job specs](job-specs) reside in the `spec/jobs` directory

- [System specs](system-specs) reside in the `spec/system` directory

Application developers are free to use a different directory structure. In
Expand Down

0 comments on commit 21622d8

Please sign in to comment.