Skip to content

Commit 4a96ea7

Browse files
author
Jake Ginnivan
committed
No need to pad out when we are not putting step results next to step
1 parent a9110c4 commit 4a96ea7

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

TestStack.BDDfy.Tests/Reporters/TextReporter/TextReporterTests.ShouldProduceExpectedReport.approved.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Story: Unhappy examples
8484
So that I can diagnose what's wrong
8585

8686
Scenario: Example Scenario
87-
Given a <sign> account balance
87+
Given a <sign> account balance
8888
When the account holder requests money
89-
Then money <action> dispensed
89+
Then money <action> dispensed
9090

9191
Examples:
9292
| sign | action | Result | Errors |
@@ -104,9 +104,9 @@ Story: Happy Examples
104104
So that the report is clean and readable
105105

106106
Scenario: Example Scenario
107-
Given a <sign> account balance
107+
Given a <sign> account balance
108108
When the account holder requests money
109-
Then money <action> dispensed
109+
Then money <action> dispensed
110110

111111
Examples:
112112
| sign | action |

TestStack.BDDfy.Tests/Reporters/TextReporter/TextReporterTests.ShouldProduceExpectedTextWithExamples.approved.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
So that I can be happy
55

66
Scenario: Example Scenario
7-
Given a <sign> account balance
7+
Given a <sign> account balance
88
When the account holder requests money
9-
Then money <action> dispensed
9+
Then money <action> dispensed
1010

1111
Examples:
1212
| sign | action |
@@ -20,9 +20,9 @@ Story: Account holder withdraws cash
2020
So that I can get money when the bank is closed
2121

2222
Scenario: Example Scenario
23-
Given a <sign> account balance
23+
Given a <sign> account balance
2424
When the account holder requests money
25-
Then money <action> dispensed
25+
Then money <action> dispensed
2626

2727
Examples:
2828
| sign | action | Result | Errors |

TestStack.BDDfy.Tests/Scanner/Examples/FluentWithExamples.FluentCanBeUsedWithExamples.approved.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
Scenario: Fluent can be used with examples
3-
Given method taking <example int>
4-
And method taking <example int>
3+
Given method taking <example int>
4+
And method taking <example int>
55
And a different method with random arg 2
6-
And a different method with <Prop2>
7-
When method using <example string>
8-
And I use a <Multi word heading>
9-
Then all is good
6+
And a different method with <Prop2>
7+
When method using <example string>
8+
And I use a <Multi word heading>
9+
Then all is good
1010

1111
Examples:
1212
| Prop 1 | Prop2 | Prop 3 | Multi word heading |

TestStack.BDDfy.Tests/Scanner/Examples/ReflectiveWithExamples.Run.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
Scenario: Reflective with examples
3-
Given step with <first example> passed as parameter
3+
Given step with <first example> passed as parameter
44
Given step with <second example> accessed via property
55

66
Examples:

0 commit comments

Comments
 (0)