Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit b391171

Browse files
authored
Extract clear description concept step
1 parent 3e81fcd commit b391171

File tree

7 files changed

+12
-7
lines changed

7 files changed

+12
-7
lines changed

functional-tests/specs/existing_description.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Basic Jira spec
2020

2121
___
2222

23-
* Set description "" on Jira issue "JIRAGAUGE-5"
23+
* Clear description on Jira issue "JIRAGAUGE-5"

functional-tests/specs/jira.cpt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ It's only for convenience that we're including the issue key in the specificatio
1111
|Second step |"inside second step" |
1212
|Third step |"inside third step" |
1313
|Step with "two" "params"|"inside step with parameters : " + param0 + " " + param1|
14+
15+
16+
# Clear description on Jira issue <issuekey>
17+
18+
* Set description "" on Jira issue <issuekey>

functional-tests/specs/one_scenario.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Basic Jira spec
1818

1919
___
2020

21-
* Set description "" on Jira issue "JIRAGAUGE-1"
21+
* Clear description on Jira issue "JIRAGAUGE-1"

functional-tests/specs/publish_twice.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Existing specs already in a Jira issue are overwritten when publishing
2222

2323
___
2424

25-
* Set description "" on Jira issue "JIRAGAUGE-7"
25+
* Clear description on Jira issue "JIRAGAUGE-7"

functional-tests/specs/spec_linked_to_two_issues.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ Basic Jira spec linked to two Jira issues
2020

2121
___
2222

23-
* Set description "" on Jira issue "JIRAGAUGE-3"
24-
* Set description "" on Jira issue "JIRAGAUGE-4"
23+
* Clear description on Jira issue "JIRAGAUGE-3"
24+
* Clear description on Jira issue "JIRAGAUGE-4"

functional-tests/specs/two_scenarios.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Basic Jira spec with two scenarios, linked to same issue
2020

2121
___
2222

23-
* Set description "" on Jira issue "JIRAGAUGE-2"
23+
* Clear description on Jira issue "JIRAGAUGE-2"

functional-tests/specs/two_specs_linked_to_same_issue.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Two specs linked to same Jira issue
2020

2121
___
2222

23-
* Set description "" on Jira issue "JIRAGAUGE-6"
23+
* Clear description on Jira issue "JIRAGAUGE-6"

0 commit comments

Comments
 (0)