Skip to content

Commit

Permalink
FIx broken list items display
Browse files Browse the repository at this point in the history
  • Loading branch information
muraaano committed May 8, 2020
1 parent 5c3d3d5 commit 7a9d2ad
Showing 1 changed file with 2 additions and 4 deletions.
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

0 comments on commit 7a9d2ad

Please sign in to comment.