We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 230bad2 commit a0b3777Copy full SHA for a0b3777
1 file changed
specification/assets/gherkin/evaluation.feature
@@ -3,7 +3,7 @@ Feature: Flag evaluation
3
# This test suite contains scenarios to test the flag evaluation API.
4
5
Background:
6
- Given a provider is registered with cache disabled
+ Given a provider is registered
7
8
# basic evaluation
9
Scenario: Resolves boolean value
@@ -64,4 +64,4 @@ Feature: Flag evaluation
64
Scenario: Type error
65
When a string flag with key "wrong-flag" is evaluated as an integer, with details and a default value 13
66
Then the default integer value should be returned
67
- And the reason should indicate an error and the error code should indicate a type mismatch with "TYPE_MISMATCH"
+ And the reason should indicate an error and the error code should indicate a type mismatch with "TYPE_MISMATCH"
0 commit comments