Skip to content

Commit abb284c

Browse files
ben-ednaspoorcc
authored andcommitted
Please codespell
1 parent b2b6cde commit abb284c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

features/checked-project-has-dependencies.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Feature: Check for dependencies in projects
1111
version: 0.0
1212
projects:
1313
- name: SomeProject
14-
dst: ThirdParty/SomeProject
14+
dst: third-party/SomeProject
1515
url: some-remote-server/SomeProject.git
1616
tag: v1
1717
"""
@@ -40,7 +40,7 @@ Feature: Check for dependencies in projects
4040
version: 0.0
4141
projects:
4242
- name: SomeProject
43-
dst: ThirdParty/SomeProject
43+
dst: third-party/SomeProject
4444
url: some-remote-server/SomeProject.git
4545
tag: v1
4646
"""
@@ -63,7 +63,7 @@ Feature: Check for dependencies in projects
6363
SomeProject : up-to-date (v1)
6464
6565
"SomeProject" depends on the following project(s) which are not part of your manifest:
66-
(found in ThirdParty/SomeProject/dfetch.yaml)
66+
(found in third-party/SomeProject/dfetch.yaml)
6767
6868
- name: SomeOtherProject
6969
url: some-remote-server/SomeOtherProject.git
@@ -77,7 +77,7 @@ Feature: Check for dependencies in projects
7777
version: 0.0
7878
projects:
7979
- name: SomeProject
80-
dst: ThirdParty/SomeProject
80+
dst: third-party/SomeProject
8181
url: some-remote-server/SomeProject.git
8282
tag: v1
8383

features/updated-project-has-dependencies.feature

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Feature: Updated project has dependencies
1111
version: 0.0
1212
projects:
1313
- name: SomeProjectWithChild
14-
dst: ThirdParty/SomeProjectWithChild
14+
dst: third-party/SomeProjectWithChild
1515
url: some-remote-server/SomeProjectWithChild.git
1616
tag: v1
1717
- name: SomeProjectWithoutChild
18-
dst: ThirdParty/SomeProjectWithoutChild
18+
dst: third-party/SomeProjectWithoutChild
1919
url: some-remote-server/SomeProjectWithoutChild.git
2020
tag: v1
2121
"""
@@ -37,7 +37,7 @@ Feature: Updated project has dependencies
3737
SomeProjectWithChild: Fetched v1
3838
3939
"SomeProjectWithChild" depends on the following project(s) which are not part of your manifest:
40-
(found in ThirdParty/SomeProjectWithChild/dfetch.yaml)
40+
(found in third-party/SomeProjectWithChild/dfetch.yaml)
4141
4242
- name: SomeOtherProject
4343
url: some-remote-server/SomeOtherProject.git
@@ -48,15 +48,15 @@ Feature: Updated project has dependencies
4848
And 'MyProject' looks like:
4949
"""
5050
MyProject/
51-
ThirdParty/
51+
dfetch.yaml
52+
third-party/
5253
SomeProjectWithChild/
5354
.dfetch_data.yaml
5455
README.md
5556
dfetch.yaml
5657
SomeProjectWithoutChild/
5758
.dfetch_data.yaml
5859
README.md
59-
dfetch.yaml
6060
"""
6161

6262
Scenario: A child-project has an invalid manifest
@@ -66,7 +66,7 @@ Feature: Updated project has dependencies
6666
version: 0.0
6767
projects:
6868
- name: SomeProject
69-
dst: ThirdParty/SomeProject
69+
dst: third-party/SomeProject
7070
url: some-remote-server/SomeProject.git
7171
tag: v1
7272
"""
@@ -85,10 +85,10 @@ Feature: Updated project has dependencies
8585
And 'MyProject' looks like:
8686
"""
8787
MyProject/
88-
ThirdParty/
88+
dfetch.yaml
89+
third-party/
8990
SomeProject/
9091
.dfetch_data.yaml
9192
README.md
9293
dfetch.yaml
93-
dfetch.yaml
9494
"""

0 commit comments

Comments
 (0)