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')