Skip to content

Commit 001bc2a

Browse files
committed
including features changes names in the hooks
1 parent d7c3b05 commit 001bc2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hooks/post_gen_project.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
import shutil
1313
from pathlib import Path
1414

15-
REMOVE_PATHS = []
1615
REMOVE_PATHS = [
17-
"features",
16+
"bdd-features",
1817
"tests/scenarios/steps",
1918
]
2019

0 commit comments

Comments
 (0)