Skip to content

Files

Latest commit

 

History

History
12 lines (10 loc) · 348 Bytes

bdd.md

File metadata and controls

12 lines (10 loc) · 348 Bytes
title weight permalink api_namespace
Expect / Should
10
/api/bdd/
BDD

BDD

The BDD styles are expect and should. Both use the same chainable language to construct assertions, but they differ in the way an assertion is initially constructed. Check out the Style Guide for a comparison.