From be49120511f2c56f62b9dc05755a91045c0162b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Tue, 20 Aug 2019 11:10:40 +0200 Subject: [PATCH] Missing step. --- spec/test/features/steps/steps.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/test/features/steps/steps.py b/spec/test/features/steps/steps.py index 25fce6e..f2247c3 100644 --- a/spec/test/features/steps/steps.py +++ b/spec/test/features/steps/steps.py @@ -160,6 +160,12 @@ def step_impl(context, id): def step_impl(context, id): raise NotImplementedError('STEP: Given It has a route with id "xxxxxxxx-xxxx-Mxxx-Nxxx-xxxxxxxxxxxx"') + @when('I insert the route') def step_impl(context): raise NotImplementedError('STEP: When I insert the route') + + +@when('I try to append with this JSON document') +def step_impl(context): + raise NotImplementedError('STEP: When I try to append with this JSON document')