Skip to content

Commit 091847a

Browse files
committed
reappear bug (cucumber#447)
make first scenario to be skipped!
1 parent 465a2c4 commit 091847a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/groovy-calculator/src/test/resources/calc/division.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Feature: Division
33
In order to avoid silly mistakes
44
Cashiers must be able to calculate a fraction
55

6-
@important
6+
@notused
77
Scenario: Regular numbers
88
Given I have entered 3 into the calculator
99
And I have entered 2 into the calculator
@@ -14,4 +14,4 @@ Feature: Division
1414
Given I have entered 6 into the calculator
1515
And I have entered 3 into the calculator
1616
When I press divide
17-
Then the stored result should be 2.0
17+
Then the stored result should be 2.0

0 commit comments

Comments
 (0)