Skip to content

Commit 59ae531

Browse files
authored
Merge pull request #2328 from Samemura/patch-1
FIx broken list items appearance on `Directory Structure` page
2 parents 5c3d3d5 + 7a9d2ad commit 59ae531

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

features/directory_structure.feature

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ Feature: Directory Structure
44
their purpose:
55

66
- [Model specs](model-specs) reside in the `spec/models` directory
7-
- [Controller specs](controller-specs) reside in the `spec/controllers`
8-
directory
9-
- [Request specs](request-specs) reside in the `spec/requests` directory. The
10-
directory can also be named `integration` or `api`.
7+
- [Controller specs](controller-specs) reside in the `spec/controllers` directory
8+
- [Request specs](request-specs) reside in the `spec/requests` directory. The directory can also be named `integration` or `api`.
119
- [Feature specs](feature-specs) reside in the `spec/features` directory
1210
- [View specs](view-specs) reside in the `spec/views` directory
1311
- [Helper specs](helper-specs) reside in the `spec/helpers` directory

0 commit comments

Comments
 (0)