Skip to content

Commit

Permalink
Merge pull request #2328 from Samemura/patch-1
Browse files Browse the repository at this point in the history
FIx broken list items appearance on `Directory Structure` page
  • Loading branch information
pirj authored and JonRowe committed May 16, 2020
1 parent 8df1d5b commit 6034241
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 6034241

Please sign in to comment.