Skip to content

Commit 7bf9475

Browse files
committed
[mix-messy-docs] Fix tests
1 parent 7fb249e commit 7bf9475

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

mix_messy_docs/tests/specs/contents_wrong.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ initialization:
6868
git add conflict.txt
6969
(git commit --no-edit) > /dev/null
7070
71+
- type: branch-delete
72+
branch-name: feature-search
73+
- type: branch-delete
74+
branch-name: feature-delete
75+
7176
- type: new-file
7277
filename: features.md
7378
contents: |

mix_messy_docs/tests/specs/feature_list_branch_missing.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ initialization:
6868
git add conflict.txt
6969
(git commit --no-edit) > /dev/null
7070
71+
- type: branch-delete
72+
branch-name: feature-search
73+
- type: branch-delete
74+
branch-name: feature-delete
75+
7176
- type: new-file
7277
filename: features.md
7378
contents: |

mix_messy_docs/tests/specs/list_branch_exists.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ initialization:
6868
git add conflict.txt
6969
(git commit --no-edit) > /dev/null
7070
71+
- type: branch-delete
72+
branch-name: feature-search
73+
- type: branch-delete
74+
branch-name: feature-delete
75+
7176
- type: new-file
7277
filename: features.md
7378
contents: |

mix_messy_docs/tests/specs/right_order.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ initialization:
6868
git add conflict.txt
6969
(git commit --no-edit) > /dev/null
7070
71+
- type: branch-delete
72+
branch-name: feature-search
73+
- type: branch-delete
74+
branch-name: feature-delete
75+
7176
- type: new-file
7277
filename: features.md
7378
contents: |

0 commit comments

Comments
 (0)