From 4db8814a69e76c8bbf85d0cfa3ab1f78af2358b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Fri, 23 Aug 2019 12:48:44 +0200 Subject: [PATCH] Scenario fix --- spec/test/features/control/list/success.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/test/features/control/list/success.feature b/spec/test/features/control/list/success.feature index 5430c93..6a52c6f 100644 --- a/spec/test/features/control/list/success.feature +++ b/spec/test/features/control/list/success.feature @@ -1,10 +1,10 @@ -Feature: Listing routes in a Kapow! server +Feature: Listing routes in a Kapow! server. Listing routes allows users to know what URLs are available on a Kapow! server. The List endpoint returns a list of the routes the server has configured. - Scenario: List routes on a fresh started server - A just started or with all routes removed, + Scenario: List routes on a fresh started server. + A just started or with all routes removed Kapow! server, will show an empty list of routes. Given I have a just started Kapow! server