Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIx broken list items appearance on Directory Structure page #2328

Merged
merged 1 commit into from May 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions features/directory_structure.feature
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