From 7a9d2aded16d3d41ea2064218d35b53ae0785655 Mon Sep 17 00:00:00 2001 From: Masaki Murano Date: Fri, 8 May 2020 19:03:35 +0900 Subject: [PATCH] FIx broken list items display --- features/directory_structure.feature | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/features/directory_structure.feature b/features/directory_structure.feature index 65cb29aa87..795af1fc2f 100644 --- a/features/directory_structure.feature +++ b/features/directory_structure.feature @@ -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