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