Skip to content

Commit cc11fed

Browse files
committed
Move feature paths into default settings
1 parent 5824990 commit cc11fed

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/Behat/behat.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,19 @@
11
default:
22
suites:
3-
redmine_60002:
3+
default:
44
paths:
55
- '%paths.base%/features'
6+
redmine_60002:
67
contexts:
78
- Redmine\Tests\Behat\Bootstrap\FeatureContext:
89
redmineVersion: '6.0.2'
910
rootPath: '%paths.base%/../../.docker'
1011
redmine_50105:
11-
paths:
12-
- '%paths.base%/features'
1312
contexts:
1413
- Redmine\Tests\Behat\Bootstrap\FeatureContext:
1514
redmineVersion: '5.1.5'
1615
rootPath: '%paths.base%/../../.docker'
1716
redmine_50010:
18-
paths:
19-
- '%paths.base%/features'
2017
contexts:
2118
- Redmine\Tests\Behat\Bootstrap\FeatureContext:
2219
redmineVersion: '5.0.10'

0 commit comments

Comments
 (0)