Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions features/directory_structure.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ 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`.
- [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
Expand Down