diff options
Diffstat (limited to 'assertion/features/chai-variants.feature')
| -rw-r--r-- | assertion/features/chai-variants.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assertion/features/chai-variants.feature b/assertion/features/chai-variants.feature new file mode 100644 index 0000000..0e163cb --- /dev/null +++ b/assertion/features/chai-variants.feature @@ -0,0 +1,7 @@ +Feature: Chai variants + Scenario: + When I use chai + Then I can choose the expect syntax + + When I use chai + Then I can choose the should syntax |
