Skip to content

Commit

Permalink
fixup! feat: Add evaluation details to finally hook stage #403
Browse files Browse the repository at this point in the history
Signed-off-by: christian.lutnik <[email protected]>
  • Loading branch information
chrfwow committed Jan 20, 2025
1 parent 89dfff1 commit e8ffce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specification/assets/gherkin/hooks.feature
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Feature: Evaluation details through hooks
And a boolean-flag with key "boolean-flag" and a default value "false"
When the flag was evaluated with details
Then the "before" hook should have been executed
And the "after, finally after" hooks should be called with evaluation details
And the "after, finally" hooks should be called with evaluation details
| data_type | key | value |
| string | flag_key | boolean-flag |
| boolean | value | true |
Expand All @@ -26,7 +26,7 @@ Feature: Evaluation details through hooks
When the flag was evaluated with details
Then the "before" hook should have been executed
And the "error" hook should have been executed
And the "finally after" hooks should be called with evaluation details
And the "finally" hooks should be called with evaluation details
| data_type | key | value |
| string | flag_key | missing-flag |
| string | value | uh-oh |
Expand All @@ -40,7 +40,7 @@ Feature: Evaluation details through hooks
When the flag was evaluated with details
Then the "before" hook should have been executed
And the "error" hook should have been executed
And the "finally after" hooks should be called with evaluation details
And the "finally" hooks should be called with evaluation details
| data_type | key | value |
| string | flag_key | wrong-flag |
| integer | value | 13 |
Expand Down

0 comments on commit e8ffce9

Please sign in to comment.