The BDD interface provides describe(), context(), it(), specify(), before(), after(), beforeEach(), and afterEach().
context() is just an alias for describe(), and behaves the same way; it provides a way to keep tests easier to read and organized.
Similarly, specify() is an alias for it().