From 5fd269f419fcd4e7309a77d332049c18601e9243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 12 Apr 2019 14:04:46 +0200 Subject: [PATCH] Restructure feature specification --- SUMMARY.md | 4 ++-- features.md => cypress/integration/README.md | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename features.md => cypress/integration/README.md (100%) diff --git a/SUMMARY.md b/SUMMARY.md index 0ee2ae44e..aab7b7b22 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -2,7 +2,6 @@ * [Introduction](README.md) * [Edit this Documentation](edit-this-documentation.md) -* [Features](features.md) * [Installation](installation.md) * [Backend](backend/README.md) * [graphql-with-apollo](backend/graphql-with-apollo/README.md) @@ -25,8 +24,9 @@ * [End-to-end tests](cypress/README.md) * [Frontend tests](webapp/testing.md) * [Backend tests](backend/testing.md) -* [Deployment](deployment/README.md) * [Contributing](CONTRIBUTING.md) +* [Deployment](deployment/README.md) +* [Feature Specification](cypress/integration/README.md) * [Code of conduct](CODE_OF_CONDUCT.md) * [License](LICENSE.md) diff --git a/features.md b/cypress/integration/README.md similarity index 100% rename from features.md rename to cypress/integration/README.md