From 126beca86eae0f9076cfcfa047ab78a8db646d29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Wed, 21 Aug 2019 09:10:42 +0200 Subject: [PATCH] More appropiate defaults for testing targets. --- spec/test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/test/Makefile b/spec/test/Makefile index f028874..f90954f 100644 --- a/spec/test/Makefile +++ b/spec/test/Makefile @@ -1,7 +1,7 @@ wip: - pipenv run behave --no-capture --stop --wip + pipenv run behave --stop --wip test: gherkin-lint - pipenv run behave --no-capture --stop + pipenv run behave --no-capture catalog: pipenv run behave --steps-catalog